Skip to content

Commit

Permalink
change nodes for config
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Dec 19, 2023
1 parent 937f96c commit 776ba18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/common/chainRegistry/knownChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ export const kusama: Chain = {
},
],
nodes: [
{
url: 'wss://rpc.ibp.network/kusama',
name: 'IBP network node',
},
{
url: 'wss://1rpc.io/ksm',
name: 'Automata 1RPC node',
},
{
url: 'wss://kusama-rpc.dwellir.com',
name: 'Dwellir node',
}
],
addressPrefix: 2,
};
Expand All @@ -58,8 +58,8 @@ export const westend: Chain = {
],
nodes: [
{
url: 'wss://rpc.ibp.network/westend',
name: 'IBP network node',
url: 'wss://rpc-westend.luckyfriday.io',
name: 'lucky friday node',
},
{
url: 'wss://rpc.dotters.network/westend',
Expand Down

0 comments on commit 776ba18

Please sign in to comment.