Skip to content

Commit

Permalink
promote only OnFinality nodes (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Nov 9, 2023
1 parent 6f3a56e commit 0436945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
16 changes: 2 additions & 14 deletions chains/v15/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,20 +826,8 @@
],
"nodes": [
{
"url": "wss://karura-rpc-0.aca-api.network",
"name": "Acala Foundation 0 node"
},
{
"url": "wss://karura-rpc-1.aca-api.network",
"name": "Acala Foundation 1 node"
},
{
"url": "wss://karura-rpc-2.aca-api.network/ws",
"name": "Acala Foundation 2 node"
},
{
"url": "wss://karura-rpc-3.aca-api.network/ws",
"name": "Acala Foundation 3 node"
"url": "wss://karura.api.onfinality.io/public-ws",
"name": "Onfinality node"
}
],
"types": {
Expand Down
16 changes: 2 additions & 14 deletions chains/v16/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,20 +826,8 @@
],
"nodes": [
{
"url": "wss://karura-rpc-0.aca-api.network",
"name": "Acala Foundation 0 node"
},
{
"url": "wss://karura-rpc-1.aca-api.network",
"name": "Acala Foundation 1 node"
},
{
"url": "wss://karura-rpc-2.aca-api.network/ws",
"name": "Acala Foundation 2 node"
},
{
"url": "wss://karura-rpc-3.aca-api.network/ws",
"name": "Acala Foundation 3 node"
"url": "wss://karura.api.onfinality.io/public-ws",
"name": "Onfinality node"
}
],
"types": {
Expand Down

0 comments on commit 0436945

Please sign in to comment.