Skip to content

Commit

Permalink
Temporarily disable BASE chain for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DefiDebauchery committed Aug 22, 2023
1 parent 34a19af commit 5a3f7ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ const chains = {
priceCap: Number(process.env.ZKEVM_GAS_PRICE_CAP),
},
},
/*
8453: {
id: 'base',
chainId: 8453,
Expand Down Expand Up @@ -538,6 +539,7 @@ const chains = {
priceCap: Number(process.env.BASE_GAS_PRICE_CAP),
},
},
*/
};

module.exports = chains;

0 comments on commit 5a3f7ce

Please sign in to comment.