Skip to content

Commit

Permalink
Merge pull request #100 from dvilelaf/staking_contracts2
Browse files Browse the repository at this point in the history
chore: staking contracts deployment
  • Loading branch information
DavidMinarsch authored Dec 12, 2024
2 parents 45e1170 + c29a073 commit cf66d61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/deployment/globals_base_mainnet_meme_alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"stakingFactoryAddress":"0x1cEe30D08943EB58EFF84DD1AB44a6ee6FEff63a",
"memeFactoryAddress":"0x82A9c823332518c32a0c0eDC050Ef00934Cf04D4",
"livenessRatio":"34722222222222",
"memeActivityCheckerAddress":"",
"memeActivityCheckerAddress":"0x026AB1c5ea14E61f67d245685D9561c0c2Cb39Ba",
"stakingParams":
{
"metadataHash":"",
Expand All @@ -36,7 +36,7 @@
"configHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceRegistry":"0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE",
"activityChecker":""
"activityChecker":"0x026AB1c5ea14E61f67d245685D9561c0c2Cb39Ba"
},
"stakingTokenInstanceAddress":""
}
4 changes: 2 additions & 2 deletions scripts/deployment/globals_celo_mainnet_meme_alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"stakingFactoryAddress":"0x1c2cD884127b080F940b7546c1e9aaf525b1FA55",
"memeFactoryAddress":"0xEea5F1e202dc43607273d54101fF8b58FB008A99",
"livenessRatio":"34722222222222",
"memeActivityCheckerAddress":"",
"memeActivityCheckerAddress":"0x3FD8C757dE190bcc82cF69Df3Cd9Ab15bCec1426",
"stakingParams":
{
"metadataHash":"",
Expand All @@ -34,7 +34,7 @@
"configHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000",
"serviceRegistry":"0xE3607b00E75f6405248323A9417ff6b39B244b50",
"activityChecker":""
"activityChecker":"0x3FD8C757dE190bcc82cF69Df3Cd9Ab15bCec1426"
},
"stakingTokenInstanceAddress":""
}

0 comments on commit cf66d61

Please sign in to comment.