From d2c2c122207d9e6175c93d0b165342b9f58a6cdc Mon Sep 17 00:00:00 2001 From: cryptonetD <112499899+cryptonetD@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:57:23 +0100 Subject: [PATCH] Updated rpc and api URL's We want to update endpoints info for LumenX - accordingly to chain registry commit: https://github.com/cosmos/chain-registry/pull/1202 --- src/chains/mainnet/lumenx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chains/mainnet/lumenx.json b/src/chains/mainnet/lumenx.json index 4789d238..137a7e43 100644 --- a/src/chains/mainnet/lumenx.json +++ b/src/chains/mainnet/lumenx.json @@ -1,8 +1,8 @@ { "chain_name": "lumenx", "coingecko": "", - "api": "https://api.helios-1.lumenex.io", - "rpc": ["https://rpc.helios-1.lumenex.io:443","http://node4.lumenex.io:26657"], + "api": ["https://api.lumenx.chaintools.tech:443","https://api-lumenx.cryptonet.pl:443"], + "rpc": ["https://rpc.lumenx.chaintools.tech:443","https://rpc-lumenx.cryptonet.pl:443"], "snapshot_provider": "", "sdk_version": "0.45.5", "coin_type": "118",