Deploying to gh-pages from @ ethereum-lists/chains@91dd8d0b39 🚀

This commit is contained in:
ligi 2023-04-02 11:11:34 +00:00
parent 4caa1a8473
commit bc4a92a240
7 changed files with 64 additions and 3 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-47.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -596,6 +596,19 @@
"rpc": ["https://rpc.darwinia.network"],
"faucets": [],
"infoURL": "https://darwinia.network/"
}, {
"name": "Acria IntelliChain",
"chainId": 47,
"shortName": "aic",
"networkId": 47,
"nativeCurrency": {
"name": "ACRIA",
"symbol": "ACRIA",
"decimals": 18
},
"rpc": ["https://aic.acria.ai"],
"faucets": [],
"infoURL": "https://acria.ai"
}, {
"name": "Ennothem Mainnet Proterozoic",
"chainId": 48,

View File

@ -835,6 +835,30 @@
"url": "https://darwinia.subscan.io",
"standard": "none"
}]
}, {
"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"
}]
}, {
"name": "Ennothem Mainnet Proterozoic",
"chain": "ETMP",

File diff suppressed because one or more lines are too long

View File

@ -45,6 +45,7 @@
"crab": "eip155:44",
"pangoro": "eip155:45",
"darwinia": "eip155:46",
"aic": "eip155:47",
"etmp": "eip155:48",
"etmpTest": "eip155:49",
"xdc": "eip155:50",