Skip to content

Commit

Permalink
Update config file with chains_config (#1020)
Browse files Browse the repository at this point in the history
* Update config file with chains_config

* Update config.toml

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pavel <pavel@novawallet.io>
  • Loading branch information
3 people authored Oct 4, 2024
1 parent 6cabbc8 commit 3b969a7
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 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 All @@ -30,7 +30,6 @@ rpc_endpoints = [
testnet = false
verifier = "parity"

[[chains]]
name = "westend"
title = "Westend"
color = "#f27230"
Expand Down Expand Up @@ -428,16 +427,6 @@ testnet = false
verifier = "novasama"
relay_chain = "kusama"

[[chains]]
name = "litmus-parachain"
title = "Litmus"
color = "#6822fb"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg"
rpc_endpoints = ["wss://rpc.litmus-parachain.litentry.io"]
testnet = false
verifier = "novasama"
relay_chain = "kusama"

[[chains]]
name = "subsocial-parachain"
title = "Subsocial"
Expand Down Expand Up @@ -944,16 +933,6 @@ rpc_endpoints = [
testnet = false
verifier = "novasama"

[[chains]]
name = "watr-mainnet"
title = "Watr"
color = "#000000"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg"
rpc_endpoints = ["wss://watr.public.curie.radiumblock.co/ws"]
testnet = false
verifier = "novasama"
relay_chain = "polkadot"

[[chains]]
name = "joystream-node"
title = "Joystream"
Expand Down

0 comments on commit 3b969a7

Please sign in to comment.