Skip to content

Commit

Permalink
fix chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed May 23, 2024
1 parent 038da35 commit a55113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ export const peaqEvmAlphanet = new EvmParachain({
ecosystem: Ecosystem.AlphanetRelay,
genesisHash:
'0x2dfcd5c560f6db1667cbc2bc3791dfd337f88f400af6de39b1b8638ee7af6ed4',
id: 1287,
id: 9990,
isTestChain: true,
key: 'peaq-evm-Alphanet',
name: 'Peaq EVM Alphanet',
Expand Down

0 comments on commit a55113b

Please sign in to comment.