From ce1b1fa67df61417f191649d52a2b4c87d744c46 Mon Sep 17 00:00:00 2001 From: syr0910 Date: Thu, 10 Mar 2022 10:31:54 +0800 Subject: [PATCH] Create eip155-513.json add Double-A Chain Testnet --- _data/chains/eip155-513.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-513.json diff --git a/_data/chains/eip155-513.json b/_data/chains/eip155-513.json new file mode 100644 index 00000000..425431dd --- /dev/null +++ b/_data/chains/eip155-513.json @@ -0,0 +1,25 @@ +{ + "name": "Double-A Chain Testnet", + "chain": "AAC", + "icon": "aac", + "rpc": [ + "https://rpc-testnet.acuteangle.com" + ], + "faucets": [ + "https://scan-testnet.acuteangle.com/faucet" + ], + "nativeCurrency": { + "name": "Acuteangle Native Token", + "symbol": "AAC", + "decimals": 18 + }, + "infoURL": "https://www.acuteangle.com/", + "shortName": "aac", + "chainId": 513, + "networkId": 513, + "explorers": [{ + "name": "aacscan-testnet", + "url": "https://scan-testnet.acuteangle.com ", + "standard": "EIP3091" + }] + } \ No newline at end of file