-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
42 lines (30 loc) · 1.32 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
37
38
39
40
41
42
# PLEASE NOTE: you should check the addresses here for your network
# web3.storage key to post merkle tree to ipfs
WEB3_STORAGE_API_KEY=
# snapshot.org identifier for the dao
SNAPSHOT_SPACE_ID=auxo.eth
# address of the OZ governor contract
GOVERNOR_ADDRESS=0xB320Fc09B272D1658E99488ADc614E4645B1d83c
# addresses
AUXO_ADDRESS=0xff030228a046F640143Dab19be00009606C89B1d
PRV_ADDRESS=0xc72fbD264b40D88E445bcf82663D63FF21e722AF
ARV_ADDRESS=0x069c0Ed12dB7199c1DdAF73b94de75AAe8061d33
WETH_ADDRESS=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
# PRV Roll Staker address
PRV_ROLLSTAKER=0x096b4F2253a430F33edc9B8e6A8e1d2fb4faA317
# address of the decay oracle
DECAY_ORACLE=0xe568B2d96a139126B2042a4e0c9fA1755bf5FB70
# token locker
TOKEN_LOCKER=0x3E70FF09C8f53294FFd389a7fcF7276CC3d92e64
# distributors
ARV_DISTRIBUTOR=0x727a21924D9267E49D025a48464324edfcD215B5
PRV_DISTRIBUTOR=0x06c88C0FD7296717083C0A449C854005218095c5
# multisigs
MULTISIG_OPS=0x6458A23B020f489651f2777Bd849ddEd34DfCcd2
# RPC URL for multicalls
RPC_URL=https://mainnet.infura.io/v3/
# set to 'TRUE' and additional tests will be activated
# that make real api calls to the graph
PYTEST_LIVE_CALLS_ENABLED=FALSE
SUBGRAPH_AUXO_STAKING="https://api.thegraph.com/subgraphs/name/jordaniza/auxo-staking"
SUBGRAPH_AUXO_GOV="https://api.thegraph.com/subgraphs/name/jordaniza/auxo-gov-mainnet-1"