Skip to content

Commit

Permalink
update nodes order
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar committed Jan 12, 2024
1 parent 870c308 commit 9695957
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions chains/v18/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
}
],
"nodes": [
{
"url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}",
"name": "Nova Dwellir node"
},
{
"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://dot-rpc.stakeworld.io",
"name": "Stakeworld node"
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 @@ -26,14 +26,14 @@
}
],
"nodes": [
{
"url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}",
"name": "Nova Dwellir node"
},
{
"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://dot-rpc.stakeworld.io",
"name": "Stakeworld node"
Expand Down

0 comments on commit 9695957

Please sign in to comment.