Skip to content

Commit

Permalink
Metis proceeded last
Browse files Browse the repository at this point in the history
  • Loading branch information
marczeller committed Aug 18, 2024
1 parent ad69f1a commit 0a0178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/MintToTreasury.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract MintToTreasuryScript is Script {
mapping(string => string) rpcUrls;
string[] networkNames = [
"MAINNET", "AVALANCHE", "OPTIMISM", "POLYGON",
"ARBITRUM", "METIS", "BASE", "GNOSIS", "BNB", "SCROLL"
"ARBITRUM", "BASE", "GNOSIS", "BNB", "SCROLL", "METIS"
];
string constant RESERVES_PATH = "./logs/reserves.json";

Expand Down

0 comments on commit 0a0178b

Please sign in to comment.