From fd343332486e69c22455fd123301db49af17de89 Mon Sep 17 00:00:00 2001 From: Erialos Date: Sat, 22 Apr 2023 11:19:06 -0600 Subject: [PATCH] added RPC used for Keplr Since adding a chain to keplr from the explorer uses the first RPC listed in the chain file, i've added the correct RPC that needs to be used for tx's --- src/chains/mainnet/aura.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chains/mainnet/aura.json b/src/chains/mainnet/aura.json index e0d8925f..507a83d0 100644 --- a/src/chains/mainnet/aura.json +++ b/src/chains/mainnet/aura.json @@ -3,6 +3,7 @@ "coingecko": "aura-network", "api": ["https://lcd.aura.network"], "rpc": [ + "https://rpc.aura.network:443", "https://snapshot-1.aura.network:443", "https://snapshot-2.aura.network:443" ],