Skip to content

Commit

Permalink
Change bifrost endpoints (#204)
Browse files Browse the repository at this point in the history
* change bifrost endpoints

* add changeset
  • Loading branch information
mmaurello authored Feb 12, 2024
1 parent ec6f53a commit 9cabffc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-fans-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

Change bifrost endpoints
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 9cabffc

Please sign in to comment.