mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Acria IntelliChain (#2519)
* Add Acria IntelliChain * Fixes indentation * Runns JSON prettier --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
35800603e7
commit
91dd8d0b39
23
_data/chains/eip155-47.json
Normal file
23
_data/chains/eip155-47.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user