Merge branch 'master' into master

This commit is contained in:
syr0910 2022-03-09 18:59:07 +08:00 committed by GitHub
commit 3c9bfb712c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 5 deletions

View File

@ -39,7 +39,7 @@ when an icon is used in either the network or a explorer there must be a json in
[ [
{ {
"url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt",
"width": 1000, "width": 1000,
"height": 1628, "height": 1628,
"format": "png" "format": "png"
@ -69,7 +69,7 @@ If the chain is an L2 or a shard of another chain you can link it to the parent
where you need to specify type 2 and the reference to an existing parent. The field about bridges is optional. where you need to specify type 2 and the reference to an existing parent. The field about bridges is optional.
## Aggregation ## Aggregation
There are also aggregated json files with all chains automatically assembled: There are also aggregated json files with all chains automatically assembled:
* https://chainid.network/chains.json * https://chainid.network/chains.json
@ -93,4 +93,8 @@ There are also aggregated json files with all chains automatically assembled:
* [chaindirectory.xyz](https://www.chaindirectory.xyz) * [chaindirectory.xyz](https://www.chaindirectory.xyz)
* [chain-list.org](https://chain-list.org) * [chain-list.org](https://chain-list.org)
* [DefiLlama's chainlist](https://chainlist.defillama.com/) * [DefiLlama's chainlist](https://chainlist.defillama.com/)
* [chainlist.network](https://chainlist.network/)
* [evmchainlist.org](https://evmchainlist.org)
* [evmchainlist.com](https://evmchainlist.com)
* [thechainlist.io](https://thechainlist.io)
* Your project - contact us to add it here! * Your project - contact us to add it here!

View File

@ -0,0 +1,15 @@
{
"name": "Setheum",
"chain": "Setheum",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Setheum",
"symbol": "SETM",
"decimals": 18
},
"infoURL": "https://setheum.xyz",
"shortName": "setm",
"chainId": 258,
"networkId": 258
}

View File

@ -1,7 +1,6 @@
{ {
"name": "Double-A Chain Mainnet", "name": "Double-A Chain Mainnet",
"chain": "AAC", "chain": "AAC",
"icon": "aac",
"rpc": [ "rpc": [
"https://rpc.acuteangle.com" "https://rpc.acuteangle.com"
], ],
@ -20,5 +19,6 @@
"name": "aacscan", "name": "aacscan",
"url": "https://scan.acuteangle.com", "url": "https://scan.acuteangle.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }],
"icon": "aac"
} }

View File

@ -11,7 +11,12 @@
"symbol": "VS", "symbol": "VS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://visionscan.org", "infoURL": "https://www.v.network",
"explorers": [{
"name": "Visionscan",
"url": "https://www.visionscan.org",
"standard": "EIP3091"
}],
"shortName": "vision", "shortName": "vision",
"chainId": 888888, "chainId": 888888,
"networkId": 888888, "networkId": 888888,