Skip to content

Commit

Permalink
small chainId changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Apr 8, 2024
1 parent 46694cf commit 3b7d231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l1-contracts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHAIN_ETH_NETWORK=hardhat
CONTRACTS_PRIORITY_TX_MAX_GAS_LIMIT=72000000
CONTRACTS_DEPLOY_L2_BRIDGE_COUNTERPART_GAS_LIMIT=10000000
ETH_CLIENT_WEB3_URL=http://127.0.0.1:8545
CHAIN_ETH_ZKSYNC_NETWORK_ID=270
CHAIN_ETH_ZKSYNC_NETWORK_ID=271
CONTRACTS_BRIDGEHUB_PROXY_ADDR=0x0000000000000000000000000000000000000000
CONTRACTS_BRIDGEHUB_IMPL_ADDR=0x0000000000000000000000000000000000000000
CONTRACTS_STATE_TRANSITION_PROXY_ADDR=0x0000000000000000000000000000000000000000
Expand Down
2 changes: 1 addition & 1 deletion l1-contracts/test/unit_tests/mailbox_test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("Mailbox tests", function () {
let bridgehub: Bridgehub;
let owner: ethers.Signer;
let forwarder: Forwarder;
let chainId = process.env.CHAIN_ETH_ZKSYNC_NETWORK_ID || 270;
let chainId = process.env.CHAIN_ETH_ZKSYNC_NETWORK_ID || 271;

before(async () => {
[owner] = await hardhat.ethers.getSigners();
Expand Down

0 comments on commit 3b7d231

Please sign in to comment.