Add Atoshi Mainnet (#2216)

* Add Atoshi Mainnet

* update wrong chainId

* prettier atoshiJSON

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
wzk235 2023-02-02 01:08:24 +08:00 committed by GitHub
parent d2e5e1187e
commit 33559deeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

8
_data/icons/atoshi.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfFK6B4MFLrpSS46aLf7hjpt28poHFeTGEKEuH248Tbyj",
"width": 200,
"height": 200,
"format": "png"
}
]