mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Atoshi Mainnet (#2216)
* Add Atoshi Mainnet * update wrong chainId * prettier atoshiJSON --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
d2e5e1187e
commit
33559deeee
23
_data/chains/eip155-167.json
Normal file
23
_data/chains/eip155-167.json
Normal 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
8
_data/icons/atoshi.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmfFK6B4MFLrpSS46aLf7hjpt28poHFeTGEKEuH248Tbyj",
|
||||||
|
"width": 200,
|
||||||
|
"height": 200,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user