diff --git a/config/chains/kusama.ts b/config/chains/kusama.ts index 76092ea..5c9c97e 100644 --- a/config/chains/kusama.ts +++ b/config/chains/kusama.ts @@ -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", @@ -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" },