Skip to content

Commit

Permalink
chore: update deployment variables for activity checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMinarsch committed Jul 29, 2024
1 parent 7531dad commit 2347f79
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions scripts/deployment/globals_gnosis_mainnet_pearl_beta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"contractVerification":true,
"useLedger":false,
"useLedger":true,
"derivationPath":"m/44'/60'/2'/0/0",
"providerName":"gnosis",
"networkURL":"https://rpc.gnosischain.com",
"gasPriceInGwei":"15",
"gasPriceInGwei":"4",
"gnosisSafeAddress":"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552",
"gnosisSafeProxyFactoryAddress":"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2",
"serviceRegistryAddress":"0x9338b5153AE39BB89f50468E608eD9d764B755fD",
10 changes: 5 additions & 5 deletions scripts/deployment/globals_gnosis_mainnet_qs_beta_expert.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"contractVerification":true,
"useLedger":false,
"useLedger":true,
"derivationPath":"m/44'/60'/2'/0/0",
"providerName":"gnosis",
"networkURL":"https://rpc.gnosischain.com",
"gasPriceInGwei":"15",
"gasPriceInGwei":"4",
"gnosisSafeAddress":"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552",
"gnosisSafeProxyFactoryAddress":"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2",
"serviceRegistryAddress":"0x9338b5153AE39BB89f50468E608eD9d764B755fD",
@@ -14,8 +14,8 @@
"stakingNativeTokenAddress":"",
"stakingTokenAddress":"0xEa00be6690a871827fAfD705440D20dd75e67AB1",
"agentMechAddress":"0x77af31De935740567Cf4fF1986D04B2c964A786a",
"livenessRatio":"46296296296296",
"mechActivityCheckerAddress":"",
"livenessRatio":"462962962962963",
"mechActivityCheckerAddress":"0x87E6a97bD97D41904B1125A014B16bec50C6A89D",
"stakingFactoryAddress":"0xb0228CA253A88Bc8eb4ca70BCAC8f87b381f4700",
"stakingParams":
{
@@ -33,6 +33,6 @@
"configHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceRegistry":"0x9338b5153AE39BB89f50468E608eD9d764B755fD",
"activityChecker":""},
"activityChecker":"0x87E6a97bD97D41904B1125A014B16bec50C6A89D"},
"stakingTokenInstanceAddress":""
}
10 changes: 5 additions & 5 deletions scripts/deployment/globals_gnosis_mainnet_qs_beta_hobbyist.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"contractVerification":true,
"useLedger":false,
"useLedger":true,
"derivationPath":"m/44'/60'/2'/0/0",
"providerName":"gnosis",
"networkURL":"https://rpc.gnosischain.com",
"gasPriceInGwei":"15",
"gasPriceInGwei":"4",
"gnosisSafeAddress":"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552",
"gnosisSafeProxyFactoryAddress":"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2",
"serviceRegistryAddress":"0x9338b5153AE39BB89f50468E608eD9d764B755fD",
@@ -14,8 +14,8 @@
"stakingNativeTokenAddress":"",
"stakingTokenAddress":"0xEa00be6690a871827fAfD705440D20dd75e67AB1",
"agentMechAddress":"0x77af31De935740567Cf4fF1986D04B2c964A786a",
"livenessRatio":"46296296296296",
"mechActivityCheckerAddress":"",
"livenessRatio":"462962962962963",
"mechActivityCheckerAddress":"0x87E6a97bD97D41904B1125A014B16bec50C6A89D",
"stakingFactoryAddress":"0xb0228CA253A88Bc8eb4ca70BCAC8f87b381f4700",
"stakingParams":
{
@@ -33,6 +33,6 @@
"configHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceRegistry":"0x9338b5153AE39BB89f50468E608eD9d764B755fD",
"activityChecker":""},
"activityChecker":"0x87E6a97bD97D41904B1125A014B16bec50C6A89D"},
"stakingTokenInstanceAddress":""
}

0 comments on commit 2347f79

Please sign in to comment.