Skip to content

Commit

Permalink
reorder endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljaegerde committed Apr 23, 2024
1 parent eba3a83 commit ae50c8e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/chains/kusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ const SPEND_LIMITS = {

const endpoints: EndpointMap = {
relay: [
{
name: "IBP-GeoDNS1",
url: "wss://rpc.ibp.network/kusama",
},
{
name: "IBP-GeoDNS2",
url: "wss://rpc.dotters.network/kusama",
},
{
name: "Parity",
url: "wss://kusama-rpc.polkadot.io",
Expand All @@ -61,24 +69,16 @@ const endpoints: EndpointMap = {
name: "Automata 1RPC",
url: "wss://1rpc.io/ksm",
},
{
name: "IBP-GeoDNS1",
url: "wss://rpc.ibp.network/kusama",
},
{
name: "IBP-GeoDNS2",
url: "wss://rpc.dotters.network/kusama",
},
{
name: "RadiumBlock",
url: "wss://kusama.public.curie.radiumblock.co/ws",
},
],
assetHub: [
{ name: "Dwellir", url: "wss://statemine-rpc.dwellir.com" },
{ name: "Dwellir Tunisia", url: "wss://statemine-rpc-tn.dwellir.com" },
{ name: "IBP-GeoDNS1", url: "wss://sys.ibp.network/statemine" },
{ name: "IBP-GeoDNS2", url: "wss://sys.dotters.network/statemine" },
{ name: "Dwellir", url: "wss://statemine-rpc.dwellir.com" },
{ name: "Dwellir Tunisia", url: "wss://statemine-rpc-tn.dwellir.com" },
{ name: "LuckyFriday", url: "wss://rpc-asset-hub-kusama.luckyfriday.io" },
// { name: // OnFinality, url:'wss://statemine.api.onfinality.io/public-ws'},
{ name: "Parity", url: "wss://kusama-asset-hub-rpc.polkadot.io" },
Expand Down

0 comments on commit ae50c8e

Please sign in to comment.