chains/_data/chains/eip155-167.json
wzk235 33559deeee
Add Atoshi Mainnet (#2216)
* Add Atoshi Mainnet

* update wrong chainId

* prettier atoshiJSON

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-02-01 18:08:24 +01:00

24 lines
448 B
JSON

{
"name": "Atoshi Testnet",
"chain": "ATOSHI",
"icon": "atoshi",
"rpc": ["https://node.atoshi.io/"],
"faucets": [],
"nativeCurrency": {
"name": "ATOSHI",
"symbol": "ATOS",
"decimals": 18
},
"infoURL": "https://atoshi.org",
"shortName": "atoshi",
"chainId": 167,
"networkId": 167,
"explorers": [
{
"name": "atoshiscan",
"url": "https://scan.atoverse.info",
"standard": "EIP3091"
}
]
}