chains/_data/chains/eip155-512.json
syr0910 8876b99a0f
Addition of Double-A chain and token (#955)
* Create eip155-512.json

add AAC

* Update _data/chains/eip155-512.json

* Update eip155-512.json

Update url

* Create aac.json

add AAC-icon

* Update eip155-512.json

add aacicon

Co-authored-by: syr0910 <yanyan8809107@gmail.com>
Co-authored-by: ligi <ligi@ligi.de>
2022-03-09 13:07:39 +01:00

24 lines
528 B
JSON

{
"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"
}],
"icon": "aac"
}