chains/_data/chains/eip155-180.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
416 B
JSON

{
"name": "AME Chain Mainnet",
"chain": "AME",
"rpc": ["https://node1.amechain.io/"],
"faucets": [],
"nativeCurrency": {
"name": "AME",
"symbol": "AME",
"decimals": 18
},
"infoURL": "https://amechain.io/",
"shortName": "ame",
"chainId": 180,
"networkId": 180,
"explorers": [
{
"name": "AME Scan",
"url": "https://amescan.io",
"standard": "EIP3091"
}
]
}