Skip to content

Commit

Permalink
Merge pull request #6 from valory-xyz/alpine
Browse files Browse the repository at this point in the history
chore: Alpine Staking Program script
  • Loading branch information
kupermind authored Jan 25, 2024
2 parents b72009f + 23f6389 commit 7267dbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/deployment/globals_gnosis_chiado.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"contractVerification":true,"useLedger":false,"derivationPath":"m/44'/60'/2'/0/0","providerName":"chiado","gasPriceInGwei":"5","gnosisSafeAddress":"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552","gnosisSafeProxyFactoryAddress":"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2","serviceRegistryAddress":"0x31D3202d8744B16A120117A053459DDFAE93c855","serviceRegistryTokenUtilityAddress":"0xc2c7E40674f1C7Bb99eFe5680Efd79842502bED4","olasAddress":"0xE40AE73aa0Ed3Ec35fdAF56e01FCd0D1Ff1d9AB6","multisigProxyHash130":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000","serviceStakingParams":{"maxNumServices":"100","rewardsPerSecond":"1000000000000000","minStakingDeposit":"50000000000000000000","livenessPeriod":"86400","livenessRatio":"700000000000000","numAgentInstances":"1","agentIds":["12"],"threshold":"0","configHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"agentMechAddress":"0x0a3cfc6bee9658eda040e6bb366fe963ddce82c9","serviceStakingTokenMechUsageAddress":"0x4cEB52802ef86edF8796632546d89e55c87a0901","serviceStakingMechUsageAddress":"0xaC26774616bbeD41b0CB69EA2ae7de366F430b23"}
{"contractVerification":true,"useLedger":false,"derivationPath":"m/44'/60'/2'/0/0","providerName":"chiado","gasPriceInGwei":"5","gnosisSafeAddress":"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552","gnosisSafeProxyFactoryAddress":"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2","serviceRegistryAddress":"0x31D3202d8744B16A120117A053459DDFAE93c855","serviceRegistryTokenUtilityAddress":"0xc2c7E40674f1C7Bb99eFe5680Efd79842502bED4","olasAddress":"0xE40AE73aa0Ed3Ec35fdAF56e01FCd0D1Ff1d9AB6","multisigProxyHash130":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000","serviceStakingParams":{"maxNumServices":"50","rewardsPerSecond":"826719576719","minStakingDeposit":"25000000000000000000","minNumStakingPeriods":"3","maxNumInactivityPeriods":"3","livenessPeriod":"86400","livenessRatio":"115740740740740","numAgentInstances":"1","agentIds":["12"],"threshold":"0","configHash":"0x0000000000000000000000000000000000000000000000000000000000000000"},"agentMechAddress":"0x0a3cfc6bee9658eda040e6bb366fe963ddce82c9","serviceStakingTokenMechUsageAddress":"0xad152D5C9F6c959386aFf051658129c6e87D2eF7","serviceStakingMechUsageAddress":"0xea930a028793FeBE9F6A2CFb62c95620dB91da71"}
12 changes: 7 additions & 5 deletions scripts/deployment/globals_gnosis_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
"olasAddress": "0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f",
"multisigProxyHash130": "0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceStakingParams": {
"maxNumServices": "10",
"rewardsPerSecond": "1653439153439",
"minStakingDeposit": "25000000000000000000",
"maxNumServices": "50",
"rewardsPerSecond": "826719576719",
"minStakingDeposit": "10000000000000000000",
"minNumStakingPeriods":"3",
"maxNumInactivityPeriods": "2",
"livenessPeriod": "86400",
"livenessRatio": "115740740740740",
"numAgentInstances": "1",
"agentIds": ["12"],
"agentIds": ["14"],
"threshold": "0",
"configHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"agentMechAddress": "0x77af31De935740567Cf4fF1986D04B2c964A786a",
"serviceStakingTokenMechUsageAddress": "0x5add592ce0a1B5DceCebB5Dcac086Cd9F9e3eA5C"
"serviceStakingTokenMechUsageAddress": "0x2Ef503950Be67a98746F484DA0bBAdA339DF3326"
}

0 comments on commit 7267dbe

Please sign in to comment.