Create eip155-513.json

add Double-A Chain Testnet
This commit is contained in:
syr0910 2022-03-10 10:31:54 +08:00
parent 3c9bfb712c
commit ce1b1fa67d

View File

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