From c42f156fabed0d8c8bfaa0000acc98da2ff474b1 Mon Sep 17 00:00:00 2001 From: Jarnek <92221921+jarnek73@users.noreply.github.com> Date: Mon, 4 Jul 2022 15:17:56 +0200 Subject: [PATCH] Updated shentu api and rpc endpoints --- src/chains/mainnet/shentu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chains/mainnet/shentu.json b/src/chains/mainnet/shentu.json index edc0b125..21b11024 100644 --- a/src/chains/mainnet/shentu.json +++ b/src/chains/mainnet/shentu.json @@ -1,8 +1,8 @@ { "chain_name": "shentu", - "api":"https://azuredragon.noopsbycertik.com", - "rpc": ["https://shenturpc.certikpowered.info:443", "http://3.236.161.42:26657"], + "api":"https://shentuapi.panthea.eu", + "rpc": ["https://shenturpc.panthea.eu", "https://shenturpc.panthea.eu"], "snapshot_provider": "", "sdk_version": "0.45.0", "coin_type": "118", @@ -16,4 +16,4 @@ "coingecko_id": "certik", "logo": "/logos/shentu.jpg" }] -} \ No newline at end of file +}