Skip to content

Commit

Permalink
Merge pull request #10 from valory-xyz/everest
Browse files Browse the repository at this point in the history
chore: modifying Everest staking program parameters
  • Loading branch information
mariapiamo authored Nov 2, 2023
2 parents c18d5f3 + a7b9b79 commit f955186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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"
}

0 comments on commit f955186

Please sign in to comment.