Skip to content

Commit

Permalink
chore: set the right id for zksynctestnode on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chechu committed Dec 18, 2024
1 parent 7cc0ff4 commit 0599679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.zksync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const config: HardhatUserConfig = {
},
zksynctestnode: {
url: process.env.ZKSYNC_ERA_LOCAL_TEST_NODE || "http://localhost:8011",
chainId: 324, // change it to 324 for zksyncmainnet
chainId: 300, // change it to 324 for zksyncmainnet
accounts: DEPLOYER_PRIVATE_KEY ? [`0x${DEPLOYER_PRIVATE_KEY}`] : [],
blockGasLimit: BLOCK_GAS_LIMIT_PER_NETWORK.zksyncsepolia,
timeout: 2000000000,
Expand Down

0 comments on commit 0599679

Please sign in to comment.