Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,49 +130,3 @@ title = "People"
rpc_endpoint = "wss://westend-people-rpc.polkadot.io"
color = "#0A672A"
relay_chain = "westend"

[[chains]]
name = "rococo"
rpc_endpoint = "wss://rococo-rpc.polkadot.io"
color = "#6f36dc"

[[chains]]
name = "statemine"
title = "Asset Hub"
rpc_endpoint = "wss://rococo-asset-hub-rpc.polkadot.io"
color = "#77bb77"
relay_chain = "rococo"

[[chains]]
name = "bridge-hub-rococo"
title = "Bridge Hub"
rpc_endpoint = "wss://rococo-bridge-hub-rpc.polkadot.io"
relay_chain = "rococo"

[[chains]]
name = "contracts-rococo"
title = "Contracts"
rpc_endpoint = "wss://rococo-contracts-rpc.polkadot.io"
color = "#000000"
relay_chain = "rococo"

[[chains]]
name = "coretime-rococo"
title = "Coretime"
rpc_endpoint = "wss://rococo-coretime-rpc.polkadot.io"
color = "#50FB4B"
relay_chain = "rococo"

[[chains]]
name = "encointer-parachain"
title = "Encointer"
rpc_endpoint = "wss://rococo.api.encointer.org"
color = "#0000cc"
relay_chain = "rococo"

[[chains]]
name = "people-rococo"
title = "People"
rpc_endpoint = "wss://rococo-people-rpc.polkadot.io"
color = "#391BC9"
relay_chain = "rococo"
Binary file not shown.
Binary file removed public/qr/rococo-bridge-hub-rococo_specs.png
Binary file not shown.
Binary file not shown.
Binary file removed public/qr/rococo-contracts-rococo_specs.png
Binary file not shown.
Binary file not shown.
Binary file removed public/qr/rococo-coretime-rococo_specs.png
Binary file not shown.
Binary file not shown.
Binary file removed public/qr/rococo-encointer-parachain_specs.png
Binary file not shown.
Binary file not shown.
Binary file removed public/qr/rococo-people-rococo_specs.png
Binary file not shown.
Binary file removed public/qr/rococo-statemine_metadata_1016001.apng
Binary file not shown.
Binary file removed public/qr/rococo-statemine_specs.png
Binary file not shown.
Binary file removed public/qr/rococo_metadata_1016001.apng
Binary file not shown.
Binary file removed public/qr/rococo_specs.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/assets/icons/contracts-PNG.ts

This file was deleted.

Binary file removed src/assets/icons/contracts.svg
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/icons/rococo.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import bridgeHubBlackSrc from "./assets/icons/bridge-hub-black.svg";
import collectivesSrc from "./assets/icons/collectives.svg";
import kusamaSrc from "./assets/icons/kusama.svg";
import westendSrc from "./assets/icons/westend.svg";
import rococoSrc from "./assets/icons/rococo.svg";
import { nodesEncointerBlueSVG } from "./assets/icons/encointer-SVG";
import { contractsPNG } from "./assets/icons/contracts-PNG";
import peopleSrc from "./assets/icons/people.svg";
import coretimeSrc from "./assets/icons/coretime.svg";

Expand All @@ -29,13 +27,6 @@ const ICONS = {
"westend-collectives-westend": collectivesSrc,
"westend-coretime-westend": coretimeSrc,
"westend-people-westend": peopleSrc,
rococo: rococoSrc,
"rococo-statemine": assetHubSrc,
"rococo-bridge-hub-rococo": bridgeHubBlackSrc,
"rococo-contracts-rococo": contractsPNG,
"rococo-coretime-rococo": coretimeSrc,
"rococo-encointer-parachain": nodesEncointerBlueSVG,
"rococo-people-rococo": peopleSrc,
};

export function icon(network: string) {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3599,9 +3599,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541:
version "1.0.30001561"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da"
integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==
version "1.0.30001668"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001668.tgz"
integrity sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw==

case-sensitive-paths-webpack-plugin@^2.4.0:
version "2.4.0"
Expand Down
Loading