mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@91dd8d0b39 🚀
This commit is contained in:
parent
4caa1a8473
commit
bc4a92a240
File diff suppressed because one or more lines are too long
23
chains/eip155-47.json
Normal file
23
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -596,6 +596,19 @@
|
||||||
"rpc": ["https://rpc.darwinia.network"],
|
"rpc": ["https://rpc.darwinia.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://darwinia.network/"
|
"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",
|
"name": "Ennothem Mainnet Proterozoic",
|
||||||
"chainId": 48,
|
"chainId": 48,
|
||||||
|
|
|
@ -835,6 +835,30 @@
|
||||||
"url": "https://darwinia.subscan.io",
|
"url": "https://darwinia.subscan.io",
|
||||||
"standard": "none"
|
"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",
|
"name": "Ennothem Mainnet Proterozoic",
|
||||||
"chain": "ETMP",
|
"chain": "ETMP",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -45,6 +45,7 @@
|
||||||
"crab": "eip155:44",
|
"crab": "eip155:44",
|
||||||
"pangoro": "eip155:45",
|
"pangoro": "eip155:45",
|
||||||
"darwinia": "eip155:46",
|
"darwinia": "eip155:46",
|
||||||
|
"aic": "eip155:47",
|
||||||
"etmp": "eip155:48",
|
"etmp": "eip155:48",
|
||||||
"etmpTest": "eip155:49",
|
"etmpTest": "eip155:49",
|
||||||
"xdc": "eip155:50",
|
"xdc": "eip155:50",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user