Skip to content

Commit

Permalink
don't skip zksync/zeronetwork on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Nov 8, 2024
1 parent 2279b18 commit d93f011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/infra/src/config/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import { DeployEnvironment } from './environment.js';
export const chainsToSkip: ChainName[] = [
// TODO: remove once zksync PR is merged into main
// mainnets
'zksync',
'zeronetwork',
// 'zksync',
// 'zeronetwork',
// testnets
'abstracttestnet',
'treasuretopaz',
Expand Down

0 comments on commit d93f011

Please sign in to comment.