Skip to content

Commit

Permalink
fix: prioritise 1rpc for polkadot & kusama
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Jan 24, 2024
1 parent 3aba089 commit fb955a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"chainspecQrUrl": "https://metadata.parity.io/qr/polkadot_specs.png",
"latestMetadataQrUrl": "https://metadata.parity.io/qr/polkadot_metadata_latest.apng",
"rpcs": [
"wss://apps-rpc.polkadot.io",
"wss://1rpc.io/dot",
"wss://rpc.ibp.network/polkadot",
"wss://rpc.dotters.network/polkadot",
"wss://1rpc.io/dot",
"wss://rpc-polkadot.luckyfriday.io",
"wss://polkadot.public.curie.radiumblock.co/ws",
"wss://dot-rpc.stakeworld.io"
Expand All @@ -24,9 +23,9 @@
"chainspecQrUrl": "https://metadata.parity.io/qr/kusama_specs.png",
"latestMetadataQrUrl": "https://metadata.parity.io/qr/kusama_metadata_latest.apng",
"rpcs": [
"wss://1rpc.io/ksm",
"wss://rpc.ibp.network/kusama",
"wss://rpc.dotters.network/kusama",
"wss://1rpc.io/ksm",
"wss://rpc-kusama.luckyfriday.io",
"wss://kusama.public.curie.radiumblock.co/ws",
"wss://ksm-rpc.stakeworld.io"
Expand Down

0 comments on commit fb955a7

Please sign in to comment.