From 0b8b55461b83f8fb09c2bbe4dc4dd54d636e3114 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:59:56 +0300 Subject: [PATCH] Update config file with chains_config (#1116) * 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 --- config.toml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/config.toml b/config.toml index 0c75c2eae..6776e3816 100644 --- a/config.toml +++ b/config.toml @@ -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", @@ -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", @@ -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" @@ -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" @@ -1208,4 +1212,4 @@ rpc_endpoints = [ ] testnet = false verifier = "novasama" -relay_chain = "kusama" \ No newline at end of file +relay_chain = "kusama"