-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.31.qa
26 lines (20 loc) · 924 Bytes
/
.env.31.qa
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
# Required
# FOR QA, we deployed the contracts with the distribution window set to 10 minutes
export DEPLOYMENT_CONTEXT="testnet_qa"
export RPC_URL="https://public-node.testnet.rsk.co"
# QA-controlled address
export GOVERNOR_ADDRESS="0x5e3edE6781F811cb3fe03F9A687Bd7FFF8Dc19e7"
# QA-controlled address
export FOUNDATION_TREASURY_ADDRESS="0x21Fd219C937F7501d867CE660c3Bf605c7Fa629e"
# QA-controlled address
export KYC_APPROVER_ADDRESS="0x5e3edE6781F811cb3fe03F9A687Bd7FFF8Dc19e7"
export REWARD_TOKEN_ADDRESS="0x19F64674D8A5B4E652319F5e239eFd3bc969A1fE"
export STAKING_TOKEN_ADDRESS="0xC4b091d97AD25ceA5922f09fe80711B7ACBbb16f"
export REWARD_PERCENTAGE_COOLDOWN=300 # 5 minutes
export CYCLE_DURATION=1260 # 21 minutes
export CYCLE_START_OFFSET=0
export NO_DD=true
export GAS_PRICE=66000000
export UPGRADER_ADDRESS="0x5e3edE6781F811cb3fe03F9A687Bd7FFF8Dc19e7"
export DISTRIBUTION_DURATION=120 #10 mins
export CHAIN_ID=31