Skip to content

Commit

Permalink
fixed migration script error
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Sep 17, 2024
1 parent 2c35ca6 commit d993e1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/protocol/migrations_sol/Migration.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -960,10 +960,6 @@ contract Migration is Script, UsingRegistry, MigrationsConstants {
}

function migrateEpochManager(string memory json) public {
address carbonOffsettingPartner = abi.decode(
json.parseRaw(".epochManager.carbonOffsettingPartner"),
(address)
);
address newEpochDuration = abi.decode(
json.parseRaw(".epochManager.newEpochDuration"),
(address)
Expand Down

0 comments on commit d993e1a

Please sign in to comment.