Skip to content

Commit

Permalink
chore: adding optimus deployment script for mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 23, 2024
1 parent e5eb2de commit 4dca0fd
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions scripts/deployment/globals_mode_mainnet_optimus_alpha.json
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":"mode",
"networkURL":"https://mainnet.mode.network",
"gasPriceInGwei":"1",
"gnosisSafeAddress":"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552",
"gnosisSafeProxyFactoryAddress":"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2",
"serviceRegistryAddress":"0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE",
"serviceRegistryTokenUtilityAddress":"0x34C895f302D0b5cf52ec0Edd3945321EB0f83dd5",
"olasAddress":"0xcfD1D50ce23C46D3Cf6407487B2F8934e96DC8f9",
"multisigProxyHash130":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"stakingNativeTokenAddress":"0x88DE734655184a09B70700aE4F72364d1ad23728",
"stakingTokenAddress":"0xE49CB081e8d96920C38aA7AB90cb0294ab4Bc8EA",
"livenessRatio":"46296296296296",
"stakingActivityCheckerAddress":"",
"stakingFactoryAddress":"0x75D529FAe220bC8db714F0202193726b46881B76",
"stakingParams":
{
"metadataHash":"",
"maxNumServices":"10",
"rewardsPerSecond":"1649305555557",
"minStakingDeposit":"20000000000000000000",
"minNumStakingPeriods":"3",
"maxNumInactivityPeriods":"2",
"livenessPeriod":"86400",
"timeForEmissions":"2592000",
"numAgentInstances":"1",
"agentIds":[],
"threshold":"0",
"configHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceRegistry":"0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE",
"activityChecker":""
},
"stakingTokenInstanceAddress":""
}

0 comments on commit 4dca0fd

Please sign in to comment.