mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@33559deeee 🚀
This commit is contained in:
parent
76d8195cda
commit
5061ad70ec
|
@ -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
23
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||||
|
|
|
@ -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
8
icons/atoshi.json
Normal 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
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user