Skip to content

Commit

Permalink
update unavailable nodes (#2813)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar authored Jun 24, 2024
1 parent 37837d6 commit 88cb13d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
20 changes: 6 additions & 14 deletions chains/v20/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"url": "wss://apps-rpc.polkadot.io",
"name": "Public node"
},
{
"url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}",
"name": "Nova Dwellir node"
},
{
"url": "wss://polkadot-rpc.dwellir.com",
"name": "Dwellir node"
Expand Down Expand Up @@ -1166,10 +1162,6 @@
{
"url": "wss://moonbeam.public.blastapi.io",
"name": "Blast node"
},
{
"url": "wss://1rpc.io/glmr",
"name": "Automata 1RPC node"
}
],
"explorers": [
Expand Down Expand Up @@ -7097,12 +7089,16 @@
],
"nodes": [
{
"url": "wss://c3.hashed.live",
"name": "Hashed systems 3 node"
"url": "wss://c1.hashed.network",
"name": "Hashed systems 1 node"
},
{
"url": "wss://c2.hashed.network",
"name": "Hashed systems 2 node"
},
{
"url": "wss://c3.hashed.network",
"name": "Hashed systems 3 node"
}
],
"externalApi": {
Expand Down Expand Up @@ -7318,10 +7314,6 @@
{
"url": "wss://rpc.3dpscan.io",
"name": "3DPass node"
},
{
"url": "wss://rpc2.3dpass.org",
"name": "3DPass node"
}
],
"explorers": [
Expand Down
20 changes: 6 additions & 14 deletions chains/v20/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
"url": "wss://polkadot-rpc.dwellir.com",
"name": "Dwellir 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 Expand Up @@ -3629,10 +3625,6 @@
{
"url": "wss://moonbeam.public.blastapi.io",
"name": "Blast node"
},
{
"url": "wss://1rpc.io/glmr",
"name": "Automata 1RPC node"
}
],
"explorers": [
Expand Down Expand Up @@ -8427,12 +8419,16 @@
],
"nodes": [
{
"url": "wss://c3.hashed.live",
"name": "Hashed systems 3 node"
"url": "wss://c1.hashed.network",
"name": "Hashed systems 1 node"
},
{
"url": "wss://c2.hashed.network",
"name": "Hashed systems 2 node"
},
{
"url": "wss://c3.hashed.network",
"name": "Hashed systems 3 node"
}
],
"externalApi": {
Expand Down Expand Up @@ -8589,10 +8585,6 @@
{
"url": "wss://rpc.3dpscan.io",
"name": "3DPass node"
},
{
"url": "wss://rpc2.3dpass.org",
"name": "3DPass node"
}
],
"explorers": [
Expand Down

0 comments on commit 88cb13d

Please sign in to comment.