From e3f882272eb8d03404faf0c5f56d99501a23ddd9 Mon Sep 17 00:00:00 2001 From: NodeStake Date: Mon, 19 Jun 2023 13:26:10 +0800 Subject: [PATCH] Update aura.json --- chains/mainnet/aura.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chains/mainnet/aura.json b/chains/mainnet/aura.json index 507a83d0..f2da38d1 100644 --- a/chains/mainnet/aura.json +++ b/chains/mainnet/aura.json @@ -1,11 +1,15 @@ { "chain_name": "aura", "coingecko": "aura-network", - "api": ["https://lcd.aura.network"], + "api": [ + "https://lcd.aura.network", + "https://api.aura.nodestake.top" + ], "rpc": [ "https://rpc.aura.network:443", "https://snapshot-1.aura.network:443", - "https://snapshot-2.aura.network:443" + "https://snapshot-2.aura.network:443", + "https://rpc.aura.nodestake.top" ], "snapshot_provider": "", "sdk_version": "0.45.11",