Skip to content

Commit

Permalink
fix: add era test node and sepolia to supported networks (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bozin-txfusion authored Jan 29, 2024
1 parent 3446678 commit 415b185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/hardhat-zksync-upgradable/src/core/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export async function getChainId(provider: zk.Provider): Promise<number> {

export const networkNames: { [chainId in number]?: string } = Object.freeze({
324: 'zkSync-era',
280: 'zkSync-testnet',
280: 'zkSync-testnet-goerli',
270: 'zkSync-local-setup',
300: 'zkSync-testnet-sepolia',
260: 'zkSync-era-test-node'
});

0 comments on commit 415b185

Please sign in to comment.