Skip to content

Commit

Permalink
update chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Sep 29, 2023
1 parent bdcfb0b commit c5a3dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/example-contracts/lib/shared/network.constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NetworkName } from "@zetachain/addresses";

type ChainId = 0 | 5 | 56 | 97 | 1001 | 1337 | 80001;
type ChainId = 0 | 1 | 5 | 56 | 97 | 1001 | 1337 | 80001;

export type NetworkVariables = {
chainId: ChainId;
Expand Down Expand Up @@ -31,7 +31,7 @@ export const networkVariables: Record<NetworkName, NetworkVariables> = {
"bsc-mainnet": {
chainId: 56,
connectorAddress: "",
crossChainId: 5,
crossChainId: 1,
crossChainName: "eth-mainnet"
},
"bsc-testnet": {
Expand Down

0 comments on commit c5a3dbf

Please sign in to comment.