Skip to content

Commit

Permalink
Edit Metadata Explorer (#6148)
Browse files Browse the repository at this point in the history
* adjusted order

* modified wss polkadot and kusama

* rm westmint
  • Loading branch information
filippoweb3 authored Aug 12, 2024
1 parent ac7ffd2 commit ed226c1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions components/Metadata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ const PolkadotJSVersion = Packages.devDependencies["@polkadot/api"].substring(1)

// Chains that will appear in the dropdown selection menu (add new parachains here)
const Networks = [
{ name: "Polkadot", rpc: "wss://rpc.polkadot.io" },
{ name: "Kusama", rpc: "wss://kusama-rpc.polkadot.io" },
{ name: "Westend", rpc: "wss://westend-rpc.polkadot.io" },
{ name: "Polkadot", rpc: "wss://rpc.ibp.network/polkadot" },
{ name: "Polkadot Asset Hub", rpc: "wss://polkadot-asset-hub-rpc.polkadot.io" },
{ name: "Kusama Asset Hub", rpc: "wss://kusama-asset-hub-rpc.polkadot.io" },
{ name: "Westmint", rpc: "wss://westmint-rpc.polkadot.io" },
{ name: "Rococo", rpc: "wss://rococo-rpc.polkadot.io" },
{ name: "Polkadot People", rpc: "wss://polkadot-people-rpc.polkadot.io"},
{ name: "Polkadot Collectives", rpc: "wss://polkadot-collectives-rpc.polkadot.io"},
{ name: "Polkadot Bridge Hub", rpc: "wss://polkadot-bridge-hub-rpc.polkadot.io"},
{ name: "Polkadot Collectives", rpc: "wss://polkadot-collectives-rpc.polkadot.io"},
{ name: "Kusama", rpc: "wss://rpc.ibp.network/kusama" },
{ name: "Kusama Asset Hub", rpc: "wss://kusama-asset-hub-rpc.polkadot.io" },
{ name: "Kusama People", rpc: "wss://kusama-people-rpc.polkadot.io"},
{ name: "Kusama Bridge Hub", rpc: "wss://kusama-bridge-hub-rpc.polkadot.io"},
{ name: "Kusama Coretime", rpc: "wss://kusama-coretime-rpc.polkadot.io"},
{ name: "Kusama People", rpc: "wss://kusama-people-rpc.polkadot.io"},
{ name: "Westend", rpc: "wss://westend-rpc.polkadot.io" },
{ name: "Rococo", rpc: "wss://rococo-rpc.polkadot.io" },
];

// Common pallets specific to Polkadot/Kusama.
Expand Down

0 comments on commit ed226c1

Please sign in to comment.