Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions chains/v18/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
}
],
"nodes": [
{
"url": "wss://polkadot.public.curie.radiumblock.co/ws",
"name": "Radium node"
},
{
"url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}",
"name": "Nova Dwellir node"
},
{
"url": "wss://polkadot-rpc.dwellir.com",
"name": "Dwellir node"
},
{
"url": "wss://dot-rpc.stakeworld.io",
"name": "Stakeworld node"
},
{
"url": "wss://polkadot-rpc.dwellir.com",
"name": "Dwellir node"
"url": "wss://polkadot.public.curie.radiumblock.co/ws",
"name": "Radium node"
},
{
"url": "wss://1rpc.io/dot",
Expand Down
8 changes: 4 additions & 4 deletions chains/v18/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"name": "Nova Dwellir node"
},
{
"url": "wss://polkadot.public.curie.radiumblock.co/ws",
"name": "Radium node"
"url": "wss://polkadot-rpc.dwellir.com",
"name": "Dwellir node"
},
{
"url": "wss://dot-rpc.stakeworld.io",
"name": "Stakeworld node"
},
{
"url": "wss://polkadot-rpc.dwellir.com",
"name": "Dwellir node"
"url": "wss://polkadot.public.curie.radiumblock.co/ws",
"name": "Radium node"
},
{
"url": "wss://1rpc.io/dot",
Expand Down