mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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
This commit is contained in:
parent
3b0a995c39
commit
f9f3c11600
25
_data/chains/eip155-1319.json
Normal file
25
_data/chains/eip155-1319.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
|
@ -14,13 +14,13 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.aitd.io/",
|
"infoURL": "https://www.aitd.io/",
|
||||||
"shortName": "AITD",
|
"shortName": "aitdtestnet",
|
||||||
"chainId": 239,
|
"chainId": 1320,
|
||||||
"networkId": 239,
|
"networkId": 1320,
|
||||||
|
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "AITD Chain Explorer",
|
"name": "AITD Chain Explorer Testnet",
|
||||||
"url": "https://aitd-explorer-pre.aitdcoin.com",
|
"url": "https://block-explorer-testnet.aitd.io",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user