-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:rsksmart/builder-incentives-sc into…
… main
- Loading branch information
Showing
67 changed files
with
17,259 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Required | ||
export DEPLOYMENT_CONTEXT="mainnet" | ||
export RPC_URL="https://public-node.rsk.co" | ||
export NO_DD=true | ||
export GAS_PRICE=66000000 | ||
|
||
# RIF Token | ||
export REWARD_TOKEN_ADDRESS="0x2acc95758f8b5f583470ba265eb685a8f45fc9d5" | ||
# STRIF Token | ||
export STAKING_TOKEN_ADDRESS="0x5db91e24bd32059584bbdb831a901f1199f3d459" | ||
# Governor configured in https://github.com/RootstockCollective/dao-frontend/blob/develop/.env.mainnet | ||
export GOVERNOR_ADDRESS="0x71ac6ff904a17f50f2c07b693376ccc1c92627f0" | ||
|
||
export KYC_APPROVER_ADDRESS="0x4736535f8c9a2571d18410133fc0d3dde3ae44ce" | ||
export FOUNDATION_TREASURY_ADDRESS="0x267a6073637408b6A1d34d685ff5720A0CbCbD9d" | ||
export UPGRADER_ADDRESS="0x3e4a679e27c2ff3381d1140d41eefb83c4a9d1db" | ||
|
||
export REWARD_PERCENTAGE_COOLDOWN=604800 # 7 days | ||
export CYCLE_DURATION=1209600 # 14 days | ||
export DISTRIBUTION_DURATION=3600 # 1 hour | ||
export CYCLE_START_OFFSET=0 | ||
|
||
export CHAIN_ID=30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,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" | ||
export REWARD_TOKEN_ADDRESS="0x19F64674D8A5B4E652319F5e239eFd3bc969A1fE" | ||
|
||
# QA-controlled address | ||
export GOVERNOR_ADDRESS="0x5e3edE6781F811cb3fe03F9A687Bd7FFF8Dc19e7" | ||
export KYC_APPROVER_ADDRESS="0xF4695CFF1E7dD0201b71a8A4F01D0450f89cC46C" | ||
# 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 STAKING_TOKEN_ADDRESS="0x14f6504A7ca4e574868cf8b49e85187d3Da9FA71" | ||
export FOUNDATION_TREASURY_ADDRESS="0x14f6504A7ca4e574868cf8b49e85187d3Da9FA74" | ||
export UPGRADER_ADDRESS="0x14f6504A7ca4e574868cf8b49e85187d3Da9FA74" | ||
export REWARD_PERCENTAGE_COOLDOWN=1209600 #2 weeks | ||
export CYCLE_DURATION=604800 #1 weeks | ||
export DISTRIBUTION_DURATION=3600 #1 hour | ||
export CYCLE_START_OFFSET=0 | ||
export UPGRADER_ADDRESS="0x5e3edE6781F811cb3fe03F9A687Bd7FFF8Dc19e7" | ||
export DISTRIBUTION_DURATION=120 #10 mins | ||
|
||
|
||
export CHAIN_ID=31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Required | ||
# FOR QA, we deployed the contracts with the distribution window set to 10 minutes | ||
export DEPLOYMENT_CONTEXT="testnet_qa_dapp" | ||
export RPC_URL="https://public-node.testnet.rsk.co" | ||
## RIF Token | ||
export REWARD_TOKEN_ADDRESS="0x19F64674D8A5B4E652319F5e239eFd3bc969A1fE" | ||
## Governor configured in the dapp QA env | ||
## Governor from the DAO dev env | ||
export GOVERNOR_ADDRESS="0xB1A39B8f57A55d1429324EEb1564122806eb297F" | ||
## QA | ||
# QA-controlled address | ||
export FOUNDATION_TREASURY_ADDRESS="0x21Fd219C937F7501d867CE660c3Bf605c7Fa629e" | ||
# QA-controlled address | ||
export KYC_APPROVER_ADDRESS="0x5e3edE6781F811cb3fe03F9A687Bd7FFF8Dc19e7" | ||
export REWARD_PERCENTAGE_COOLDOWN=1209600 #2 weeks | ||
export CYCLE_DURATION=604800 #1 weeks | ||
|
||
export REWARD_TOKEN_ADDRESS="0x19F64674D8A5B4E652319F5e239eFd3bc969A1fE" | ||
export STAKING_TOKEN_ADDRESS="0xC4b091d97AD25ceA5922f09fe80711B7ACBbb16f" | ||
export UPGRADER_ADDRESS="0x5e3edE6781F811cb3fe03F9A687Bd7FFF8Dc19e7" | ||
export REWARD_PERCENTAGE_COOLDOWN=120 # 5 minutes | ||
export CYCLE_DURATION=240 # 21 minutes | ||
export CYCLE_START_OFFSET=0 | ||
export DISTRIBUTION_DURATION=3600 #1 hour | ||
export DISTRIBUTION_DURATION=120 #10 mins | ||
export NO_DD=true | ||
export GAS_PRICE=66000000 | ||
|
||
export CHAIN_ID=31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.