Skip to content

Commit

Permalink
restore valid chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed Aug 8, 2024
1 parent ff454a1 commit 17d2e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test/helpers/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { currentMiningIntervalInMs, currentNetwork, isStratus } from "./network"
// -----------------------------------------------------------------------------
// Constants
// -----------------------------------------------------------------------------
export const CHAIN_ID_DEC = 3000;
export const CHAIN_ID_DEC = 2008;
export const CHAIN_ID = toHex(CHAIN_ID_DEC);

export const TX_PARAMS = { chainId: CHAIN_ID, gasPrice: 0, gasLimit: 1_000_000 };
Expand Down

0 comments on commit 17d2e5d

Please sign in to comment.