Skip to content

Commit

Permalink
reactivate all chains
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Dec 19, 2024
1 parent df25012 commit 50aeb48
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ import {SystemConfigUpgradeEcotoneScalars as SystemConfigUpgrade} from
contract NestedSignFromJson is OriginalNestedSignFromJson, CouncilFoundationNestedSign {
string constant l1ChainName = "sepolia";
string constant release = "v1.8.0-rc.4";
string[1] l2ChainNames = [
"op" // op
// "1740", // metal TODO
// "919", // mode TODO
// "999999999" // zora TODO
];
string[4] l2ChainNames = ["op", "metal", "mode", "zora"];

SystemConfigUpgrade[1] sysCfgUpgrades;

Expand Down

0 comments on commit 50aeb48

Please sign in to comment.