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
This commit is contained in:
Erialos 2023-04-22 11:19:06 -06:00
parent d364eb4c10
commit fd34333248

View File

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