Skip to content

Commit

Permalink
fix: remove matic from deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed May 17, 2024
1 parent 8ede6a3 commit f9de918
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions script/BaseMultiChainDeployer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ contract BaseMultiChainDeployer is Script {
// ADD: Add the chain to the enum here. Please use a descriptive name, including if the chain is
// a testnet name in the name. This list contains both mainnets and testnets.
enum Chains {
Mumbai,
Sepolia,
BaseSepolia,
ArbitrumSepolia,
Expand All @@ -34,9 +33,6 @@ contract BaseMultiChainDeployer is Script {
string currentChainKey;

constructor() {
chainKey[Chains.Mumbai] = "mumbai";
chain_list.push(Chains.Mumbai);

chainKey[Chains.Sepolia] = "sepolia";
chain_list.push(Chains.Sepolia);

Expand Down

0 comments on commit f9de918

Please sign in to comment.