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",