Skip to content

Commit

Permalink
Add zkSync sepolia network
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonD3 committed Feb 28, 2024
1 parent ca9fc81 commit 7592d6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ export default {
zksync: true,
verifyURL: 'https://zksync2-testnet-explorer.zksync.dev/contract_verification',
},
zkSyncTestnetSepolia: {
url: 'https://sepolia.era.zksync.dev',
ethNetwork: `https://sepolia.infura.io/v3/${process.env.INFURA_API_KEY}`,
zksync: true,
verifyURL: 'https://explorer.sepolia.era.zksync.dev/contract_verification',
},
zkSyncMainnet: {
url: 'https://mainnet.era.zksync.io',
ethNetwork: `https://mainnet.infura.io/v3/${process.env.INFURA_API_KEY}`,
Expand Down

0 comments on commit 7592d6e

Please sign in to comment.