chains/_data/chains/eip155-1319.json
moumc f9f3c11600
add aitd mainnet and update aitd testnet (#1320)
* 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
2022-07-15 21:41:27 +02:00

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"
}]
}