Skip to content

Commit

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

* Update config.toml

* 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 Jan 2, 2025
1 parent d1aeec0 commit 0b8b554
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ title = "Polkadot"
color = "#e6007a"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg"
rpc_endpoints = [
"wss://rpc-polkadot-1.novasama-tech.org",
"wss://rpc-polkadot-2.novasama-tech.org",
"wss://rpc-polkadot.novasama-tech.org",
"wss://rpc.ibp.network/polkadot",
"wss://polkadot.dotters.network",
Expand All @@ -36,6 +38,8 @@ title = "Kusama"
color = "#000000"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg"
rpc_endpoints = [
"wss://rpc-kusama-1.novasama-tech.org",
"wss://rpc-kusama-2.novasama-tech.org",
"wss://rpc-kusama.novasama-tech.org",
"wss://rpc.ibp.network/kusama",
"wss://kusama.dotters.network",
Expand All @@ -49,6 +53,21 @@ rpc_endpoints = [
testnet = false
verifier = "parity"

[[chains]]
name = "westend"
title = "Westend (TESTNET)"
color = "#000000"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg"
rpc_endpoints = [
"wss://westend-rpc.dwellir.com",
"wss://rpc.ibp.network/westend",
"wss://westend.dotters.network",
"wss://westend.public.curie.radiumblock.co/ws",
"wss://westend.api.onfinality.io/public-ws",
]
testnet = true
verifier = "parity"

[[chains]]
name = "statemine"
title = "Kusama Asset Hub"
Expand Down Expand Up @@ -1147,21 +1166,6 @@ testnet = false
verifier = "novasama"
relay_chain = "polkadot"

[[chains]]
name = "westend"
title = "Westend"
color = "#f27230"
icon = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg"
rpc_endpoints = [
"wss://westend-rpc.dwellir.com",
"wss://rpc.ibp.network/westend",
"wss://westend.dotters.network",
"wss://westend.public.curie.radiumblock.co/ws",
"wss://westend.api.onfinality.io/public-ws",
]
testnet = true
verifier = "parity"

[[chains]]
name = "paseo"
title = "Paseo Testnet"
Expand Down Expand Up @@ -1208,4 +1212,4 @@ rpc_endpoints = [
]
testnet = false
verifier = "novasama"
relay_chain = "kusama"
relay_chain = "kusama"

0 comments on commit 0b8b554

Please sign in to comment.