Skip to content

Commit

Permalink
Switch Bifrost RPC node (#1627)
Browse files Browse the repository at this point in the history
* fix: switch Bifrost RPC node

* fix: add US located endpoint

* retain Dwellir node
  • Loading branch information
tomjeatt committed Jan 17, 2024
1 parent 9115ca0 commit 61d0ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/api/xcm/xcm-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type XCMEndpointsRecord = Record<ChainName, string[]>;
const XCMEndpoints: XCMEndpointsRecord = {
acala: ['wss://acala-rpc-1.aca-api.network', 'wss://acala-rpc-3.aca-api.network/ws', 'wss://acala-rpc.dwellir.com'],
astar: ['wss://rpc.astar.network', 'wss://astar-rpc.dwellir.com'],
bifrost: ['wss://bifrost-rpc.dwellir.com'],
bifrost: ['wss://bifrost-rpc.dwellir.com', 'wss://us.bifrost-rpc.liebi.com/ws', 'wss://bifrost-rpc.liebi.com/ws'],
bifrost_polkadot: ['wss://hk.p.bifrost-rpc.liebi.com/ws'],
heiko: ['wss://heiko-rpc.parallel.fi'],
hydra: ['wss://rpc.hydradx.cloud', 'wss://hydradx-rpc.dwellir.com'],
Expand Down

0 comments on commit 61d0ee6

Please sign in to comment.