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:
moumc 2022-07-16 03:41:27 +08:00 committed by GitHub
parent 3b0a995c39
commit f9f3c11600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 5 deletions

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

View File

@ -14,13 +14,13 @@
"decimals": 18
},
"infoURL": "https://www.aitd.io/",
"shortName": "AITD",
"chainId": 239,
"networkId": 239,
"shortName": "aitdtestnet",
"chainId": 1320,
"networkId": 1320,
"explorers": [{
"name": "AITD Chain Explorer",
"url": "https://aitd-explorer-pre.aitdcoin.com",
"name": "AITD Chain Explorer Testnet",
"url": "https://block-explorer-testnet.aitd.io",
"standard": "EIP3091"
}]
}