Skip to content

Commit

Permalink
feat: add missing networks
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 19, 2024
1 parent a976f49 commit 0023067
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/contracts/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,16 @@ export const networkExtensions: {[index: string]: NetworkExtension} = {
arbitrumSepolia: {
deploy: ['./deploy/new', './deploy/verification'],
},
devSepolia: {
deploy: ['./deploy/new', './deploy/verification'],
},
holesky: {
deploy: ['./deploy/new', './deploy/verification'],
},
zksyncSepolia: {
deploy: ['./deploy/new', './deploy/verification'],
},
zksyncMainnet: {
deploy: ['./deploy/new', './deploy/verification'],
},
};

0 comments on commit 0023067

Please sign in to comment.