Skip to content

Commit

Permalink
Update config file with chains_config (#1127)
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 14, 2025
1 parent 70657a4 commit 7d36b3c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ data_file = "public/data.json"
public_dir = "public"
qr_dir = "public/qr"

[verifiers.parity]
name = "Parity"
public_key = "c46a22b9da19540a77cbde23197e5fd90485c72b4ecf3c599ecca6998f39bd57"

[verifiers.novasama]
name = "Novasama Technologies"
public_key = "16d5a6266345874d8f5b7f88a6619711b2829b52b2865826b1ecefb62beef34f"
ethereum_public_key = "031b195495f907908aeedd8e9a0ae128dcf23b6a7425dd16d282df7d867855e7f1"

[verifiers.parity]
name = "Parity"
public_key = "c46a22b9da19540a77cbde23197e5fd90485c72b4ecf3c599ecca6998f39bd57"

[[chains]]
name = "polkadot"
title = "Polkadot"
Expand Down Expand Up @@ -56,7 +56,7 @@ verifier = "parity"
[[chains]]
name = "westend"
title = "Westend (TESTNET)"
color = "#000000"
color = "#f27230"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg"
rpc_endpoints = [
"wss://westend-rpc.dwellir.com",
Expand Down Expand Up @@ -568,7 +568,11 @@ name = "node"
title = "Polkadex"
color = "#7C30DD"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg"
rpc_endpoints = ["wss://polkadex.public.curie.radiumblock.co/ws"]
rpc_endpoints = [
"wss://polkadex.public.curie.radiumblock.co/ws",
"wss://polkadex-mainnet-rpc.dwellir.com",
"wss://polkadex.api.onfinality.io/public-ws",
]
testnet = false
verifier = "novasama"

Expand All @@ -591,10 +595,9 @@ title = "Bifrost Polkadot"
color = "#5a25f0"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg"
rpc_endpoints = [
"wss://hk.p.bifrost-rpc.liebi.com/ws",
"wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
"wss://bifrost-polkadot.ibp.network",
"wss://bifrost-polkadot.dotters.network",
"wss://hk.p.bifrost-rpc.liebi.com/ws",
]
testnet = false
verifier = "novasama"
Expand Down Expand Up @@ -1211,4 +1214,4 @@ rpc_endpoints = [
]
testnet = false
verifier = "novasama"
relay_chain = "kusama"
relay_chain = "kusama"

0 comments on commit 7d36b3c

Please sign in to comment.