Skip to content

Commit

Permalink
Merge pull request #1887 from tugytur/add-ibp
Browse files Browse the repository at this point in the history
add and update ibp nodes
  • Loading branch information
ERussel authored Aug 23, 2023
2 parents 5909f2d + 9bc8dad commit aa4d174
Showing 1 changed file with 69 additions and 21 deletions.
90 changes: 69 additions & 21 deletions chains/v13/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
}
],
"nodes": [
{
"url": "wss://rpc.dotters.network/polkadot",
"name": "Dotters Net node"
},
{
"url": "wss://rpc.ibp.network/polkadot",
"name": "IBP network node"
},
{
"url": "wss://rpc.polkadot.io",
"name": "Parity node"
Expand All @@ -33,14 +41,6 @@
"url": "wss://polkadot.api.onfinality.io/public-ws",
"name": "OnFinality node"
},
{
"url": "wss://rpc.dotters.network/polkadot",
"name": "Dotters Net node"
},
{
"url": "wss://rpc.ibp.network/polkadot",
"name": "IBP network node"
},
{
"url": "wss://polkadot-rpc.dwellir.com",
"name": "Dwellir node"
Expand Down Expand Up @@ -141,6 +141,10 @@
"url": "wss://rpc.ibp.network/kusama",
"name": "IBP network node"
},
{
"url": "wss://rpc.dotters.network/kusama",
"name": "Dotters Net node"
},
{
"url": "wss://1rpc.io/ksm",
"name": "Automata 1RPC node"
Expand All @@ -149,10 +153,6 @@
"url": "wss://kusama-rpc.dwellir.com",
"name": "Dwellir node"
},
{
"url": "wss://rpc.dotters.network/kusama",
"name": "Dotters Net node"
},
{
"url": "wss://kusama.public.curie.radiumblock.co/ws",
"name": "Radium node"
Expand Down Expand Up @@ -249,6 +249,14 @@
}
],
"nodes": [
{
"url": "wss://rpc.ibp.network/westend",
"name": "IBP network node"
},
{
"url": "wss://rpc.dotters.network/westend",
"name": "Dotters Net node"
},
{
"url": "wss://westend-rpc.polkadot.io",
"name": "Parity node"
Expand Down Expand Up @@ -376,6 +384,14 @@
}
],
"nodes": [
{
"url": "wss://sys.ibp.network/statemine",
"name": "IBP network node"
},
{
"url": "wss://sys.dotters.network/statemine",
"name": "Dotters Net node"
},
{
"url": "wss://statemine.api.onfinality.io/public-ws",
"name": "OnFinality node"
Expand Down Expand Up @@ -3349,6 +3365,14 @@
}
],
"nodes": [
{
"url": "wss://sys.ibp.network/statemint",
"name": "IBP network node"
},
{
"url": "wss://sys.dotters.network/statemint",
"name": "Dotters Net node"
},
{
"url": "wss://statemint-rpc.polkadot.io",
"name": "Parity node"
Expand Down Expand Up @@ -3470,6 +3494,14 @@
}
],
"nodes": [
{
"url": "wss://sys.ibp.network/encointer-kusama",
"name": "IBP network node"
},
{
"url": "wss://sys.dotters.network/encointer-kusama",
"name": "Dotters Net node"
},
{
"url": "wss://api.kusama.encointer.org",
"name": "Encointer association node"
Expand Down Expand Up @@ -6733,6 +6765,14 @@
}
],
"nodes": [
{
"url": "wss://sys.ibp.network/bridgehub-polkadot",
"name": "IBP network node"
},
{
"url": "wss://sys.dotters.network/bridgehub-polkadot",
"name": "Dotters Net node"
},
{
"url": "wss://polkadot-bridge-hub-rpc.polkadot.io",
"name": "Parity node"
Expand Down Expand Up @@ -6763,6 +6803,14 @@
}
],
"nodes": [
{
"url": "wss://sys.ibp.network/bridgehub-kusama",
"name": "IBP network node"
},
{
"url": "wss://sys.dotters.network/bridgehub-kusama",
"name": "Dotters Net node"
},
{
"url": "wss://kusama-bridge-hub-rpc.polkadot.io",
"name": "Parity node"
Expand Down Expand Up @@ -6794,20 +6842,20 @@
],
"nodes": [
{
"url": "wss://polkadot-collectives-rpc.polkadot.io",
"name": "Parity node"
"url": "wss://sys.ibp.network/collectives-polkadot",
"name": "IBP network node"
},
{
"url": "wss://collectives.api.onfinality.io/public-ws",
"name": "Onfinality node"
"url": "wss://sys.dotters.network/collectives-polkadot",
"name": "Dotters Net node"
},
{
"url": "wss://sys.dotters.network/collectives-polkadot",
"name": "via IBP-GeoDNS2"
"url": "wss://polkadot-collectives-rpc.polkadot.io",
"name": "Parity node"
},
{
"url": "wss://sys.ibp.network/collectives-polkadot",
"name": "via IBP-GeoDNS1"
"url": "wss://collectives.api.onfinality.io/public-ws",
"name": "Onfinality node"
},
{
"url": "wss://collectives.public.curie.radiumblock.co/ws",
Expand Down Expand Up @@ -6894,4 +6942,4 @@
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg",
"addressPrefix": 42
}
]
]

0 comments on commit aa4d174

Please sign in to comment.