mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add Atoshi Mainnet * update wrong chainId * prettier atoshiJSON --------- Co-authored-by: ligi <ligi@ligi.de>
24 lines
448 B
JSON
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"
|
|
}
|
|
]
|
|
}
|