Skip to content

Commit

Permalink
fix: add metis payload
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Mar 20, 2024
1 parent 8c8f8ae commit 1032342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ contract UpgradeOptimismTest is UpgradePayloadTest('optimism', 117597816) {
}
}

contract UpgradeMetisTest is UpgradePayloadTest('metis', 15387067) {
contract UpgradeMetisTest is UpgradePayloadTest('metis', 15472572) {
function _getPayload() internal virtual override returns (address) {
return StataPayloads.METIS;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library StataPayloads {
address internal constant SCROLL = 0x70Bf6EC6Fca41a7d08dCBB9909985AC0A4510B5E;

//
address internal constant METIS = address(0);
address internal constant METIS = 0xe427FCbD54169136391cfEDf68E96abB13dA87A0;

// https://basescan.org/address/0x31a239f3e39c5d8ba6b201ba81ed584492ae960f#code
address internal constant BASE = 0x31A239f3e39c5D8BA6B201bA81ed584492Ae960F;
Expand Down

0 comments on commit 1032342

Please sign in to comment.