Skip to content

Commit

Permalink
add kusama coretime (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev authored Aug 16, 2024
1 parent 9cca728 commit 98b885e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ yarn-error.log*

#IDEs
.idea
.vscode

# Auto-generated data file for frontend
public/data.json
Expand Down
6 changes: 6 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ title = "Bridge Hub"
rpc_endpoint = "wss://kusama-bridge-hub-rpc.polkadot.io"
relay_chain = "kusama"

[[chains]]
name = "coretime-kusama"
title = "Coretime"
rpc_endpoint = "wss://kusama-coretime-rpc.polkadot.io"
relay_chain = "kusama"

[[chains]]
name = "encointer-parachain"
title = "Encointer"
Expand Down
Binary file not shown.
Binary file added public/qr/kusama-coretime-kusama_specs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/assets/icons/kusama-coretime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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 kusamaCoretimeSrc from "./assets/icons/kusama-coretime.svg";

const ICONS = {
polkadot: polkadotSrc,
Expand All @@ -19,6 +20,7 @@ const ICONS = {
kusama: kusamaSrc,
"kusama-statemine": assetHubSrc,
"kusama-bridge-hub-kusama": bridgeHubBlackSrc,
"kusama-coretime-kusama": kusamaCoretimeSrc,
"kusama-encointer-parachain": nodesEncointerBlueSVG,
"kusama-people-kusama": peopleSrc,
westend: westendSrc,
Expand Down

0 comments on commit 98b885e

Please sign in to comment.