Skip to content

Commit

Permalink
Fix pink balance ids
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Mar 24, 2024
1 parent f107b10 commit 2fef88e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/xcm-cfg/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const bifrost = new Parachain({
name: 'Bifrost',
parachainId: 2030,
ss58Format: 6,
ws: 'wss://eu.bifrost-polkadot-rpc.liebi.com/ws',
ws: 'wss://bifrost-polkadot-rpc.dwellir.com',
});

export const centrifuge = new Parachain({
Expand Down Expand Up @@ -337,12 +337,14 @@ export const hydraDX = new Parachain({
{
asset: pink,
id: 23,
balanceId: 1000021,
decimals: 10,
palletInstance: 50,
},
{
asset: ded,
id: 30,
balanceId: 1000019,
decimals: 10,
palletInstance: 50,
},
Expand Down

0 comments on commit 2fef88e

Please sign in to comment.