From 0ce595527990b7d0bc1f4ce1c4456dfe7ef1c70a Mon Sep 17 00:00:00 2001 From: Vritra4 Date: Fri, 18 Oct 2024 17:48:02 +0900 Subject: [PATCH] fix grpc url for skip --- testnets/initia/chain.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testnets/initia/chain.json b/testnets/initia/chain.json index 5a401de..911e14f 100644 --- a/testnets/initia/chain.json +++ b/testnets/initia/chain.json @@ -102,7 +102,7 @@ "provider": "Initia Labs" }, { - "address": "grpc.testnet.initia.xyz:9090", + "address": "skip-grpc.testnet.initia.xyz:9090", "provider": "Initia Labs", "authorizedUser": "skip" } @@ -169,4 +169,4 @@ ], "assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/assetlist.json" } -} \ No newline at end of file +}