Skip to content

Commit

Permalink
chore: CM7218 - Update ChainID for devnet on checkout SDK (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
luads authored Jun 18, 2024
1 parent 63dc603 commit 42ee80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/checkout/sdk/src/types/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export enum ChainId {
IMTBL_ZKEVM_MAINNET = 13371,
IMTBL_ZKEVM_TESTNET = 13473,
IMTBL_ZKEVM_DEVNET = 13433,
IMTBL_ZKEVM_DEVNET = 15003,
ETHEREUM = 1,
SEPOLIA = 11155111,
}
Expand Down

0 comments on commit 42ee80e

Please sign in to comment.