Skip to content

Commit

Permalink
fix: add dwellir rpcs for chains with no alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Jan 25, 2024
1 parent 4367a2a commit cfa11a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@
"id": "invarch",
"name": "InvArch",
"account": "*25519",
"rpcs": [],
"rpcs": ["wss://invarch-rpc.dwellir.com"],
"paraId": 3340,
"relay": {
"id": "polkadot"
Expand Down Expand Up @@ -1710,7 +1710,7 @@
"account": "*25519",
"chainspecQrUrl": "https://metadata.novasama.io/qr/totem-parachain_specs.png",
"latestMetadataQrUrl": "https://metadata.novasama.io/qr/totem-parachain_metadata_latest.apng",
"rpcs": [],
"rpcs": ["wss://kapex-rpc.dwellir.com"],
"paraId": 2007,
"relay": {
"id": "polkadot"
Expand Down Expand Up @@ -3316,7 +3316,7 @@
"account": "*25519",
"chainspecQrUrl": "https://metadata.novasama.io/qr/tinkernet_node_specs.png",
"latestMetadataQrUrl": "https://metadata.novasama.io/qr/tinkernet_node_metadata_latest.apng",
"rpcs": [],
"rpcs": ["wss://tinkernet-rpc.dwellir.com"],
"paraId": 2125,
"relay": {
"id": "kusama"
Expand Down

0 comments on commit cfa11a4

Please sign in to comment.