From db8572ab67359dd429c7c3b57ae53e48ef78215d Mon Sep 17 00:00:00 2001 From: moumc Date: Sat, 14 May 2022 00:32:06 +0800 Subject: [PATCH] add AITD testnet (#1149) * add AITD testnet * Update _data/chains/eip155-239.json Co-authored-by: ligi --- _data/chains/eip155-239.json | 26 ++++++++++++++++++++++++++ _data/icons/aitd.json | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-239.json create mode 100644 _data/icons/aitd.json diff --git a/_data/chains/eip155-239.json b/_data/chains/eip155-239.json new file mode 100644 index 00000000..aa936059 --- /dev/null +++ b/_data/chains/eip155-239.json @@ -0,0 +1,26 @@ +{ + "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" + }] +} diff --git a/_data/icons/aitd.json b/_data/icons/aitd.json new file mode 100644 index 00000000..cd48ca30 --- /dev/null +++ b/_data/icons/aitd.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmNUzX12Gtn4fePqJeMcACvECEH2VeUeNaMFja2kfff1WS", + "width":64, + "height":64, + "format":"png" + } +]