Skip to content

Commit

Permalink
fixed migration data
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Sep 17, 2024
1 parent 69c8228 commit 2c35ca6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/protocol/migrationsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const DefaultConfig = {
},
epochManager: {
newEpochDuration: 100,
carbonOffsettingPartner: '0x0000000000000000000000000000000000000000',
},
exchange: {
spread: 5 / 1000,
Expand Down
3 changes: 1 addition & 2 deletions packages/protocol/migrations_sol/migrationsConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@
"frozen": false
},
"epochManager": {
"newEpochDuration": 86400,
"carbonOffsettingPartner": "0xD533Ca259b330c7A88f74E000a3FaEa2d63B7972"
"newEpochDuration": 86400
},
"random": {
"randomnessBlockRetentionWindow": "720",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"CeloUnreleasedTreasure": ["0x000000000000000000000000000000000000ce10"],
"EpochManager": ["0x000000000000000000000000000000000000ce10", 86400, "0xD533Ca259b330c7A88f74E000a3FaEa2d63B7972", "0x0000000000000000000000000000000000000000"],
"EpochManager": ["0x000000000000000000000000000000000000ce10", 86400],
"EpochManagerEnabler": ["0x000000000000000000000000000000000000ce10"],
"ScoreManager": [],
"FeeCurrencyDirectory": []
Expand Down

0 comments on commit 2c35ca6

Please sign in to comment.