mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* add AITD testnet * Update _data/chains/eip155-239.json Co-authored-by: ligi <ligi@ligi.de>
27 lines
513 B
JSON
27 lines
513 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": "AITD",
|
|
"chainId": 239,
|
|
"networkId": 239,
|
|
|
|
"explorers": [{
|
|
"name": "AITD Chain Explorer",
|
|
"url": "https://aitd-explorer-pre.aitdcoin.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|