-
Notifications
You must be signed in to change notification settings - Fork 4
/
.env.sample
36 lines (29 loc) · 1009 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
##
# The DAO Address to interact with
DAO_ADDRESS=0x...
# The token used for onboarding, typically ETH (0x0000000000000000000000000000000000000000)
TOKEN_ADDR=0x...
##
# The mnemonic to open your wallet and sign transactions
MNEMONIC=...
##
# The snapshot-hub URL to connect
SNAPSHOT_HUB_API_URL=http://...
##
# The space name defined in the Snapshot Hub API
SNAPSHOT_HUB_SPACE=...
##
# Enable DEBUG to see the logs of the CLI interactions with SnapshotHub and DAO
DEBUG=false
##
# The API that you are using to connect to Ethereum Blockchain
#
# ALCHEMY Mainnet: https://eth-mainnet.alchemyapi.io/v2/[YOUR_ALCHEMY_API_KEY]
# ALCHEMY Polygon: https://polygon-mainnet.alchemyapi.io/v2/[YOUR_ALCHEMY_API_KEY]
#
# INFURA Mainnet: https://mainnet.infura.io/v3/[YOUR_INFURA_API_KEY]
# INFURA Polygon: https://polygon-mainnet.infura.io/v3/[YOUR_INFURA_API_KEY]
ETHEREUM_BLOCKCHAIN_API=https://...
##
# The Ethereum Network which CLI should interact with: ganache, polygon, mainnet
ETHEREUM_NETWORK=polygon