Skip to content

Commit

Permalink
chore: Everest Staking Program scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 30, 2023
1 parent 03bd1b9 commit 4b3cf6e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions scripts/deployment/globals_gnosis_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@
"olasAddress": "0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f",
"multisigProxyHash130": "0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceStakingParams": {
"maxNumServices": "2",
"rewardsPerSecond": "5787037037037",
"minStakingDeposit": "1000000000000000000",
"maxNumServices": "10",
"rewardsPerSecond": "1543209876543",
"minStakingDeposit": "50000000000000000000",
"livenessPeriod": "86400",
"livenessRatio": "1157407407407",
"livenessRatio": "231481481481481",
"numAgentInstances": "1",
"agentIds": ["12"],
"threshold": "0",
"configHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"agentMechAddress": "0x77af31De935740567Cf4fF1986D04B2c964A786a",
"serviceStakingTokenMechUsageAddress": "0x92499E80f50f06C4078794C179986907e7822Ea1"
"agentMechAddress": "0x77af31De935740567Cf4fF1986D04B2c964A786a"
}

0 comments on commit 4b3cf6e

Please sign in to comment.