From 71e377e338318f432e4f30671ab2c270f2b11a22 Mon Sep 17 00:00:00 2001 From: syr0910 <99308606+syr0910@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:40:30 +0800 Subject: [PATCH] Create eip155-512.json (#953) * Create eip155-512.json add AAC * Update _data/chains/eip155-512.json Co-authored-by: syr0910 Co-authored-by: ligi --- _data/chains/eip155-512.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-512.json diff --git a/_data/chains/eip155-512.json b/_data/chains/eip155-512.json new file mode 100644 index 00000000..42e59cf0 --- /dev/null +++ b/_data/chains/eip155-512.json @@ -0,0 +1,23 @@ +{ + "name": "Double-A Chain Mainnet", + "chain": "AAC", + "rpc": [ + "https://rpc.acuteangle.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Acuteangle Native Token", + "symbol": "AAC", + "decimals": 18 + }, + "infoURL": "https://www.acuteangle.com/", + "shortName": "aac", + "chainId": 512, + "networkId": 512, + "slip44": 1512, + "explorers": [{ + "name": "aacscan", + "url": "https://scan.acuteangle.com", + "standard": "EIP3091" + }] + } \ No newline at end of file