Add Acria IntelliChain (#2519)

* Add Acria IntelliChain

* Fixes indentation

* Runns JSON prettier

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Dominik Ernst - acria.network 2023-04-02 13:04:23 +02:00 committed by GitHub
parent 35800603e7
commit 91dd8d0b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}