-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
36 lines (33 loc) · 1.01 KB
/
.env.example
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
## Address of the safe of interest
# Can be overriden
SAFE = ""
## Chain id of the safe of interest
# Can be overriden
CHAIN_ID = ""
## Address which has the right to push transactions on Gnosis front: it could be a Gnosis signer, or a
## delegate which has been added
SENDER = ""
## Private key of the sender
PRIVATE_KEY = ""
## Address of the delegate which has been added to the safe
DELEGATE_ADDRESS = ""
## Address of the delegator who gave safe access to the delegate
DELEGATOR_ADDRESS = ""
## You may also use this repo to execute transactions that were signed by Gnosis signers: in this case
## you need to specify an URI associated to the network and a mnemonic
ETH_NODE_URI_RINKEBY=""
MNEMONIC_RINKEBY=""
ETH_NODE_URI_MAINNET=""
MNEMONIC_MAINNET=""
ETH_NODE_URI_POLYGON=""
ETH_NODE_URI_OPTIMISM=""
ETH_NODE_URI_ARBITRUM=""
ETH_NODE_URI_AVALANCHE=""
ETH_NODE_URI_GNOSIS=""
ETH_NODE_URI_LINEA=""
ETH_NODE_URI_BSC=""
ETH_NODE_URI_POLYGONZKEVM=""
ETH_NODE_URI_CELO=""
ETH_NODE_URI_BASE=""
ETH_NODE_URI_FORK=""
MNEMONIC_FORK=""