Deploying to gh-pages from @ ethereum-lists/chains@33559deeee 🚀

This commit is contained in:
ligi 2023-02-01 17:13:53 +00:00
parent 76d8195cda
commit 5061ad70ec
10 changed files with 77 additions and 4 deletions

View File

@ -614,6 +614,14 @@
"height": 51, "height": 51,
"format": "svg" "format": "svg"
}] }]
}, {
"name": "atoshi",
"icons": [{
"url": "ipfs://QmfFK6B4MFLrpSS46aLf7hjpt28poHFeTGEKEuH248Tbyj",
"width": 200,
"height": 200,
"format": "png"
}]
}, { }, {
"name": "rangers", "name": "rangers",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-167.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1623,6 +1623,19 @@
"rpc": ["https://node.mainnet.lightstreams.io"], "rpc": ["https://node.mainnet.lightstreams.io"],
"faucets": [], "faucets": [],
"infoURL": "https://explorer.lightstreams.io" "infoURL": "https://explorer.lightstreams.io"
}, {
"name": "Atoshi Testnet",
"chainId": 167,
"shortName": "atoshi",
"networkId": 167,
"nativeCurrency": {
"name": "ATOSHI",
"symbol": "ATOS",
"decimals": 18
},
"rpc": ["https://node.atoshi.io/"],
"faucets": [],
"infoURL": "https://atoshi.org"
}, { }, {
"name": "AIOZ Network", "name": "AIOZ Network",
"chainId": 168, "chainId": 168,

View File

@ -2314,6 +2314,26 @@
"shortName": "pht", "shortName": "pht",
"chainId": 163, "chainId": 163,
"networkId": 163 "networkId": 163
}, {
"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"
}]
}, { }, {
"name": "AIOZ Network", "name": "AIOZ Network",
"chain": "AIOZ", "chain": "AIOZ",

8
icons/atoshi.json Normal file
View File

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

File diff suppressed because one or more lines are too long

View File

@ -124,6 +124,7 @@
"wall-e": "eip155:161", "wall-e": "eip155:161",
"tpht": "eip155:162", "tpht": "eip155:162",
"pht": "eip155:163", "pht": "eip155:163",
"atoshi": "eip155:167",
"aioz": "eip155:168", "aioz": "eip155:168",
"hoosmartchain": "eip155:170", "hoosmartchain": "eip155:170",
"resil": "eip155:172", "resil": "eip155:172",