Skip to content

Commit

Permalink
Add several missing chains (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Mar 3, 2023
1 parent 70e076d commit 35023da
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 1 deletion.
7 changes: 7 additions & 0 deletions registry/dwellir.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
],
"url": "wss://polkadot-rpc.dwellir.com:443"
}
],
"Litentry": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://litentry-rpc.dwellir.com:443"
}
]
},
"enabled": true
Expand Down
2 changes: 1 addition & 1 deletion registry/moonbeam.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
]
},
"enabled": true
}
}
70 changes: 70 additions & 0 deletions registry/onfinality.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,76 @@
],
"url": "wss://polkadot.api.onfinality.io:443/public-ws"
}
],
"Bifrost": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://bifrost-polkadot.api.onfinality.io:443/public-ws"
}
],
"Centrifuge": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://centrifuge-parachain.api.onfinality.io:443/public-ws"
}
],
"Clover": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://clover.api.onfinality.io:443/public-ws"
}
],
"Composable Finance": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://composable.api.onfinality.io:443/public-ws"
}
],
"Efinity": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://efinity.api.onfinality.io:443/public-ws"
}
],
"Interlay": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://interlay.api.onfinality.io:443/public-ws"
}
],
"Kilt Spiritnet": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://spiritnet.api.onfinality.io:443/public-ws"
}
],
"Nodle": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://nodle-parachain.api.onfinality.io:443/public-ws"
}
],
"Parallel": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://parallel.api.onfinality.io:443/public-ws"
}
],
"Unique": [
{
"name": "OnFinality",
"labels": [],
"url": "wss://unique.api.onfinality.io:443/public-ws"
}
]
},
"enabled": true
Expand Down
3 changes: 3 additions & 0 deletions registry/parity.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
{
"name": "Parity",
"labels": [],
"alias": [
"bridge"
],
"url": "wss://rococo-bridge-hub-rpc.polkadot.io:443"
}
],
Expand Down
84 changes: 84 additions & 0 deletions registry/subrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,90 @@
"labels": [],
"url": "wss://westend-rpc.polkadot.io:443"
}
],
"Bitgreen": [
{
"name": "Bitgreen",
"labels": [],
"url": "wss://mainnet.bitgreen.org:443"
}
],
"Crust": [
{
"name": "Crust",
"labels": [
"ipfs"
],
"url": "wss://crust-parachain.crustapps.net:443"
}
],
"Darwinia Parachain": [
{
"name": "Darwinia",
"labels": [],
"url": "wss://parachain-rpc.darwinia.network:443"
}
],
"Equilibrium": [
{
"name": "Equilibrium",
"labels": [],
"url": "wss://node.pol.equilibrium.io:443"
}
],
"Frequency": [
{
"name": "Frequency 0",
"labels": [],
"url": "wss://0.rpc.frequency.xyz:443"
},
{
"name": "Frequency 1",
"labels": [],
"url": "wss://1.rpc.frequency.xyz:443"
}
],
"Integritee": [
{
"name": "Integritee",
"labels": [],
"url": "wss://polkadot.api.integritee.network:443"
}
],
"Kapex": [
{
"name": "Totem",
"labels": [],
"url": "wss://k-ui.kapex.network:443"
}
],
"Kylin": [
{
"name": "Kylin",
"labels": [],
"url": "wss://polkadot.kylin-node.co.uk:443"
}
],
"OriginTrail": [
{
"name": "TraceLabs",
"labels": [],
"url": "wss://parachain-rpc.origin-trail.network:443"
}
],
"Pendulum": [
{
"name": "PendulumChain",
"labels": [],
"url": "wss://rpc-pendulum.prd.pendulumchain.tech:443"
}
],
"Watr": [
{
"name": "Watr",
"labels": [],
"url": "wss://rpc.watr.org:443"
}
]
},
"enabled": true
Expand Down

0 comments on commit 35023da

Please sign in to comment.