Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: modifying Everest staking program parameters #10

Merged
merged 6 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Those include:
- running tests

## Deployment
The list of contract addresses for gnosis mainnet and a staking program configuration can be found here:
[contracts](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/scripts/deployment/globals_gnosis_mainnet.json).

The deployment of contracts to the test- and main-net is split into step-by-step series of scripts for more control and checkpoint convenience.
The description of deployment procedure can be found here: [deployment](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/scripts/deployment).

Expand Down
4 changes: 2 additions & 2 deletions scripts/deployment/globals_gnosis_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"rewardsPerSecond": "1653439153439",
"minStakingDeposit": "25000000000000000000",
"livenessPeriod": "86400",
"livenessRatio": "231481481481481",
"livenessRatio": "115740740740740",
"numAgentInstances": "1",
"agentIds": ["12"],
"threshold": "0",
"configHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"agentMechAddress": "0x77af31De935740567Cf4fF1986D04B2c964A786a",
"serviceStakingTokenMechUsageAddress": "0x22bE6fDcd3e29851B29b512F714C328A00A96B83"
"serviceStakingTokenMechUsageAddress": "0x5add592ce0a1B5DceCebB5Dcac086Cd9F9e3eA5C"
}
Loading