Skip to content

Commit

Permalink
fix genesis hash and ss58
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Dec 28, 2023
1 parent c821668 commit aa0f847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1170,12 +1170,12 @@ export const pendulumAlphanet = new Parachain({
],
ecosystem: Ecosystem.AlphanetRelay,
genesisHash:
'0x3db2074093ab964732631d842b99d6612a6dc75a379738a660642b05ccad59c8',
'0xe83b546ddeccf999d4b7fef4d83271034e82bb5db538e769c242c2731f61e8d6',
isTestChain: true,
key: 'pendulum-alphanet',
name: 'Foucoco',
parachainId: 2124,
ss58Format: 49,
ss58Format: 57,
ws: 'wss://moonbeam-00.pendulumchain.tech:443',
});

Expand Down

0 comments on commit aa0f847

Please sign in to comment.