mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
496 B
JSON
24 lines
496 B
JSON
{
|
|
"name": "Acria IntelliChain",
|
|
"chain": "AIC",
|
|
"rpc": ["https://aic.acria.ai"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "ACRIA",
|
|
"symbol": "ACRIA",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://acria.ai",
|
|
"shortName": "aic",
|
|
"chainId": 47,
|
|
"networkId": 47,
|
|
"explorers": [
|
|
{
|
|
"name": "Acria IntelliChain-Explorer",
|
|
"url": "https://explorer.acria.ai",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|