mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Update and rename eip155-239.json to eip155-1320.json update aitd testnet, chainid from 239 to 1320 * Create eip155-1319.json add aitd mainnet * Update eip155-1319.json add missing fields * Update eip155-1319.json * Update eip155-1320.json * Update eip155-1320.json change shortName
26 lines
495 B
JSON
26 lines
495 B
JSON
{
|
|
"name": "Aitd Mainnet",
|
|
"chain": "AITD",
|
|
"icon": "aitd",
|
|
"rpc": [
|
|
"http://walletrpc.aitd.io",
|
|
"http://node.aitd.io"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "AITD Mainnet",
|
|
"symbol": "AITD",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.aitd.io/",
|
|
"shortName": "aitd",
|
|
"chainId": 1319,
|
|
"networkId": 1319,
|
|
|
|
"explorers": [{
|
|
"name": "AITD Chain Explorer Mainnet",
|
|
"url": "https://aitd-explorer-new.aitd.io",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|