Skip to content

Commit

Permalink
Merge pull request #102 from dvilelaf/post_deployment
Browse files Browse the repository at this point in the history
chore: staking contract setups
  • Loading branch information
kupermind authored Dec 13, 2024
2 parents ba88bf9 + 467ccda commit 3fa080c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,5 @@ a2eae7cc6176b84e4aaa59a85321249d4a906305:scripts/deployment/globals_celo_mainnet
722650392739117747fb1729f46966282186d02c:scripts/deployment/globals_celo_mainnet.json:generic-api-key:1
7efd156c77f4b4e6d1b94e643e651f1f91612154:scripts/deployment/globals_celo_mainnet.json:generic-api-key:1
93830648ce39e12a4a3c4229363a02eb64f698c4:scripts/deployment/globals_arbitrum_one.json:generic-api-key:1
f5704a9c546a17ac608b7d987a461963db3d37c4:scripts/deployment/globals_base_mainnet_meme_alpha.json:generic-api-key:41
f5704a9c546a17ac608b7d987a461963db3d37c4:scripts/deployment/globals_celo_mainnet_meme_alpha.json:generic-api-key:39
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 @@ -22,7 +22,7 @@
"memeActivityCheckerAddress":"0x026AB1c5ea14E61f67d245685D9561c0c2Cb39Ba",
"stakingParams":
{
"metadataHash":"",
"metadataHash":"0xa4281ec71a254c8dd08d624ff09609dc3235a0e63b05c1e410eb7e1f3d07e57d",
"maxNumServices":"100",
"rewardsPerSecond":"4398148148152",
"minStakingDeposit":"50000000000000000000",
Expand All @@ -38,5 +38,5 @@
"serviceRegistry":"0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE",
"activityChecker":"0x026AB1c5ea14E61f67d245685D9561c0c2Cb39Ba"
},
"stakingTokenInstanceAddress":""
"stakingTokenInstanceAddress":"0xc653622FD75026a020995a1d8c8651316cBBc4dA"
}
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 @@ -20,7 +20,7 @@
"memeActivityCheckerAddress":"0x3FD8C757dE190bcc82cF69Df3Cd9Ab15bCec1426",
"stakingParams":
{
"metadataHash":"",
"metadataHash":"0x48a11e77c868ead99c32a7755d732412cfc663ba514064a5cf1d9de3bc21633d",
"maxNumServices":"100",
"rewardsPerSecond":"4398148148152",
"minStakingDeposit":"50000000000000000000",
Expand All @@ -36,5 +36,5 @@
"serviceRegistry":"0xE3607b00E75f6405248323A9417ff6b39B244b50",
"activityChecker":"0x3FD8C757dE190bcc82cF69Df3Cd9Ab15bCec1426"
},
"stakingTokenInstanceAddress":""
"stakingTokenInstanceAddress":"0x95D12D193d466237Bc1E92a1a7756e4264f574AB"
}

0 comments on commit 3fa080c

Please sign in to comment.