From f9f3c116003efe3d71ae077e76b578b528c0e0b1 Mon Sep 17 00:00:00 2001 From: moumc Date: Sat, 16 Jul 2022 03:41:27 +0800 Subject: [PATCH] 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 --- _data/chains/eip155-1319.json | 25 +++++++++++++++++++ .../{eip155-239.json => eip155-1320.json} | 10 ++++---- 2 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 _data/chains/eip155-1319.json rename _data/chains/{eip155-239.json => eip155-1320.json} (68%) diff --git a/_data/chains/eip155-1319.json b/_data/chains/eip155-1319.json new file mode 100644 index 00000000..ade5c278 --- /dev/null +++ b/_data/chains/eip155-1319.json @@ -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" + }] +} diff --git a/_data/chains/eip155-239.json b/_data/chains/eip155-1320.json similarity index 68% rename from _data/chains/eip155-239.json rename to _data/chains/eip155-1320.json index aa936059..12e85676 100644 --- a/_data/chains/eip155-239.json +++ b/_data/chains/eip155-1320.json @@ -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" }] }