mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"name": "Aurora Mainnet",
|
|
"chain": "NEAR",
|
|
"rpc": ["https://mainnet.aurora.dev"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://aurora.dev",
|
|
"shortName": "aurora",
|
|
"chainId": 1313161554,
|
|
"networkId": 1313161554,
|
|
"explorers": [
|
|
{
|
|
"name": "aurorascan.dev",
|
|
"url": "https://aurorascan.dev",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|