Skip to content

Commit

Permalink
update version on PolygonMigration
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Oct 25, 2023
1 parent 984183b commit d6286fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions script/1.1.0/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"treasury": "0x531c7Befe78B6496e5753815ab3d3Cc024c1E842"
},
"31337": {
"matic": "0x0000000000000000000000000000000000000001",
"protocolCouncil": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"treasury": "0x0000000000000000000000000000000000000001",
"stakeManager": "0x0000000000000000000000000000000000000001",
"migrationProxy": "0x4A679253410272dd5232B3Ff7cF5dbB88f295319",
"emissionProxy": "0x09635F643e140090A9A8Dcd712eD6285858ceBef"
"emergencyCouncil": "0x0000000000000000000000000000000000000001"
}
}
2 changes: 1 addition & 1 deletion src/PolygonMigration.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ contract PolygonMigration is Ownable2StepUpgradeable, IPolygonMigration {

/// @inheritdoc IPolygonMigration
function version() external pure returns (string memory) {
return "1.0.0";
return "1.1.0";
}

/// @inheritdoc IPolygonMigration
Expand Down

0 comments on commit d6286fb

Please sign in to comment.