chains/_data/chains/eip155-1320.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

25 lines
530 B
JSON

{
"name": "Aitd Testnet",
"chain": "AITD",
"icon": "aitd",
"rpc": ["http://http-testnet.aitd.io"],
"faucets": ["https://aitd-faucet-pre.aitdcoin.com/"],
"nativeCurrency": {
"name": "AITD Testnet",
"symbol": "AITD",
"decimals": 18
},
"infoURL": "https://www.aitd.io/",
"shortName": "aitdtestnet",
"chainId": 1320,
"networkId": 1320,
"explorers": [
{
"name": "AITD Chain Explorer Testnet",
"url": "https://block-explorer-testnet.aitd.io",
"standard": "EIP3091"
}
]
}