From 77c787525d31c5ee298a04b7e8f479de87c5c41d Mon Sep 17 00:00:00 2001 From: Sephiroth Date: Sun, 10 Nov 2024 05:38:44 +0000 Subject: [PATCH] Add Allnodes RPC for Elys --- chains/testnet/elys.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/testnet/elys.json b/chains/testnet/elys.json index 14073f0..ef5c2cf 100644 --- a/chains/testnet/elys.json +++ b/chains/testnet/elys.json @@ -1,10 +1,12 @@ { "chain_name": "elys", "api": [ - "https://api.testnet.elys.network" + {"provider": "Elys Team", "address": "https://api.testnet.elys.network"}, + {"provider": "Allnodes", "address": "https://elys-testnet-rest.publicnode.com"} ], "rpc": [ - "https://rpc.testnet.elys.network:443" + {"provider": "Elys Team", "address": "https://rpc.testnet.elys.network:443"}, + {"provider": "Allnodes", "address": "https://elys-testnet-rpc.publicnode.com"} ], "coin_type": "118", "sdk_version": "0.46.11",