Skip to content

Commit

Permalink
fix: rearange nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Feb 4, 2025
1 parent 49a365b commit 4f357e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/renderer/shared/config/chains/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -3731,8 +3731,8 @@
],
"nodes": [
{
"url": "wss://rpc-assethub.novasama-tech.org",
"name": "Novasama node"
"url": "wss://statemint-rpc.dwellir.com",
"name": "Dwellir node"
},
{
"url": "wss://sys.ibp.network/asset-hub-polkadot",
Expand All @@ -3743,8 +3743,8 @@
"name": "IBP2 node"
},
{
"url": "wss://statemint-rpc.dwellir.com",
"name": "Dwellir node"
"url": "wss://rpc-assethub.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://statemint.api.onfinality.io/public-ws",
Expand Down
8 changes: 4 additions & 4 deletions src/renderer/shared/config/chains/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4054,8 +4054,8 @@
],
"nodes": [
{
"url": "wss://rpc-assethub.novasama-tech.org",
"name": "Novasama node"
"url": "wss://statemint-rpc.dwellir.com",
"name": "Dwellir node"
},
{
"url": "wss://sys.ibp.network/asset-hub-polkadot",
Expand All @@ -4066,8 +4066,8 @@
"name": "IBP2 node"
},
{
"url": "wss://statemint-rpc.dwellir.com",
"name": "Dwellir node"
"url": "wss://rpc-assethub.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://statemint.api.onfinality.io/public-ws",
Expand Down

0 comments on commit 4f357e9

Please sign in to comment.