-
Notifications
You must be signed in to change notification settings - Fork 0
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: adding staking contracts configuration #30
Changes from 1 commit
a4b8bc3
2609181
c24dfb2
b275815
8bfd62d
7c4cee2
52c46a0
1281c6f
c534fc0
f0620e7
badceb8
aa04650
6199f79
8b52f29
b5b734c
0b24408
a43e44f
edf4380
585003f
528f7c1
aaa2039
63eedea
bc9a4e9
3918217
fda1740
e5eb2de
4dca0fd
80d45c2
4783cd9
b9b5919
4c0c33d
b57872f
7bd49bb
011463c
33044d6
e752848
16b6405
830380a
2a96a08
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why no agentMechAddress? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
||
"contractVerification":true, | ||
"useLedger":true, | ||
"derivationPath":"m/44'/60'/2'/0/0", | ||
"providerName":"gnosis", | ||
"networkURL":"https://rpc.gnosischain.com", | ||
"gasPriceInGwei":"4", | ||
"gnosisSafeAddress":"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", | ||
"gnosisSafeProxyFactoryAddress":"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", | ||
"serviceRegistryAddress":"0x9338b5153AE39BB89f50468E608eD9d764B755fD", | ||
"serviceRegistryTokenUtilityAddress":"0xa45E64d13A30a51b91ae0eb182e88a40e9b18eD8", | ||
"olasAddress":"0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f", | ||
"multisigProxyHash130":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000", | ||
"stakingNativeTokenAddress":"", | ||
"stakingTokenAddress":"0xEa00be6690a871827fAfD705440D20dd75e67AB1", | ||
"livenessRatio":"694444444444444", | ||
"stakingActivityCheckerAddress":"", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tbd There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
||
"stakingFactoryAddress":"0xb0228CA253A88Bc8eb4ca70BCAC8f87b381f4700", | ||
"stakingParams": | ||
{ | ||
"metadataHash":"", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. in other places we added this ... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will be added when that field is filled with correct data during the deployment. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Some of the data is filled retrospectively assuming the deployment is done via the UI. |
||
"maxNumServices":"20", | ||
"rewardsPerSecond":"439180618975140", | ||
"minStakingDeposit":"5000000000000000000000", | ||
"minNumStakingPeriods":"3", | ||
"maxNumInactivityPeriods":"2", | ||
"livenessPeriod":"86400", | ||
"timeForEmissions":"2592000", | ||
"numAgentInstances":"1", | ||
"agentIds":["25"], | ||
"threshold":"0", | ||
"configHash":"0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000", | ||
"serviceRegistry":"0x9338b5153AE39BB89f50468E608eD9d764B755fD", | ||
"activityChecker":"" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tbd There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
||
}, | ||
"stakingTokenInstanceAddress":"" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"contractVerification":true, | ||
"useLedger":true, | ||
"derivationPath":"m/44'/60'/2'/0/0", | ||
"providerName":"gnosis", | ||
"networkURL":"https://rpc.gnosischain.com", | ||
"gasPriceInGwei":"4", | ||
"gnosisSafeAddress":"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", | ||
"gnosisSafeProxyFactoryAddress":"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", | ||
"serviceRegistryAddress":"0x9338b5153AE39BB89f50468E608eD9d764B755fD", | ||
"serviceRegistryTokenUtilityAddress":"0xa45E64d13A30a51b91ae0eb182e88a40e9b18eD8", | ||
"olasAddress":"0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f", | ||
"multisigProxyHash130":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000", | ||
"stakingNativeTokenAddress":"", | ||
"stakingTokenAddress":"0xEa00be6690a871827fAfD705440D20dd75e67AB1", | ||
"livenessRatio":"694444444444444", | ||
"stakingActivityCheckerAddress":"", | ||
"stakingFactoryAddress":"0xb0228CA253A88Bc8eb4ca70BCAC8f87b381f4700", | ||
"stakingParams": | ||
{ | ||
"metadataHash":"", | ||
"maxNumServices":"20", | ||
"rewardsPerSecond":"439180618975140", | ||
"minStakingDeposit":"5000000000000000000000", | ||
"minNumStakingPeriods":"3", | ||
"maxNumInactivityPeriods":"2", | ||
"livenessPeriod":"86400", | ||
"timeForEmissions":"2592000", | ||
"numAgentInstances":"1", | ||
"agentIds":["25"], | ||
"threshold":"0", | ||
"configHash":"0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000", | ||
"serviceRegistry":"0x9338b5153AE39BB89f50468E608eD9d764B755fD", | ||
"activityChecker":"" | ||
}, | ||
"stakingTokenInstanceAddress":"" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a small formatting thing, no change