Skip to content

Commit

Permalink
change bifrost endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Feb 12, 2024
1 parent ec6f53a commit 9256d16
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 @@ -193,7 +193,7 @@ export const bifrostKusama = new Parachain({
name: 'Bifrost',
parachainId: 2001,
ss58Format: 6,
ws: 'wss://us.bifrost-rpc.liebi.com/ws',
ws: 'wss://bifrost-rpc.dwellir.com',
});

export const bifrostPolkadot = new Parachain({
Expand Down Expand Up @@ -231,7 +231,7 @@ export const bifrostPolkadot = 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 calamari = new Parachain({
Expand Down

0 comments on commit 9256d16

Please sign in to comment.