Skip to content

Commit

Permalink
Update config file with chains_config (#1128)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
novasama-bot[bot] and github-actions[bot] authored Jan 16, 2025
1 parent 7d36b3c commit 373dfda
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ verifier = "novasama"

[[chains]]
name = "khala"
title = "Khala"
color = "#03f3f3"
title = "Khala (PAUSED)"
color = "#000000"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg"
rpc_endpoints = [
"wss://khala-rpc.dwellir.com",
Expand Down Expand Up @@ -660,11 +660,7 @@ name = "bajun"
title = "Bajun"
color = "#161212"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg"
rpc_endpoints = [
"wss://rpc-parachain.bajun.network",
"wss://bajun.public.curie.radiumblock.co/ws",
"wss://bajun.api.onfinality.io/public-ws",
]
rpc_endpoints = ["wss://rpc-para.bajun.network"]
testnet = false
verifier = "novasama"
relay_chain = "kusama"
Expand All @@ -679,16 +675,6 @@ testnet = false
verifier = "novasama"
relay_chain = "kusama"

[[chains]]
name = "tinkernet_node"
title = "Tinkernet"
color = "#161616"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg"
rpc_endpoints = ["wss://tinkernet-rpc.dwellir.com"]
testnet = false
verifier = "novasama"
relay_chain = "kusama"

[[chains]]
name = "amplitude"
title = "Amplitude"
Expand Down

0 comments on commit 373dfda

Please sign in to comment.