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@00a8a397dd 🚀
This commit is contained in:
parent
9ac27448f1
commit
2d94b2bc95
|
@ -934,6 +934,14 @@
|
||||||
"height": 200,
|
"height": 200,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "avescan",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
|
||||||
|
"width": 232,
|
||||||
|
"height": 232,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "cloudwalk",
|
"name": "cloudwalk",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
@ -1198,6 +1206,14 @@
|
||||||
"height": 400,
|
"height": 400,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "aves",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
|
||||||
|
"width": 232,
|
||||||
|
"height": 232,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "ycc",
|
"name": "ycc",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-33333.json
Normal file
25
chains/eip155-33333.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Aves Mainnet",
|
||||||
|
"chain": "AVS",
|
||||||
|
"rpc": ["https://rpc.avescoin.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Aves",
|
||||||
|
"symbol": "AVS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"infoURL": "https://avescoin.io",
|
||||||
|
"shortName": "avs",
|
||||||
|
"chainId": 33333,
|
||||||
|
"networkId": 33333,
|
||||||
|
"icon": "aves",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "avescan",
|
||||||
|
"url": "https://avescan.io",
|
||||||
|
"icon": "avescan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -5640,6 +5640,19 @@
|
||||||
"rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"],
|
"rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.fusion.org/"
|
"infoURL": "https://www.fusion.org/"
|
||||||
|
}, {
|
||||||
|
"name": "Aves Mainnet",
|
||||||
|
"chainId": 33333,
|
||||||
|
"shortName": "avs",
|
||||||
|
"networkId": 33333,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Aves",
|
||||||
|
"symbol": "AVS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.avescoin.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://avescoin.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Q Mainnet",
|
"name": "Q Mainnet",
|
||||||
"chainId": 35441,
|
"chainId": 35441,
|
||||||
|
|
|
@ -8152,6 +8152,32 @@
|
||||||
"shortName": "fsn",
|
"shortName": "fsn",
|
||||||
"chainId": 32659,
|
"chainId": 32659,
|
||||||
"networkId": 32659
|
"networkId": 32659
|
||||||
|
}, {
|
||||||
|
"name": "Aves Mainnet",
|
||||||
|
"chain": "AVS",
|
||||||
|
"rpc": ["https://rpc.avescoin.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Aves",
|
||||||
|
"symbol": "AVS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"infoURL": "https://avescoin.io",
|
||||||
|
"shortName": "avs",
|
||||||
|
"chainId": 33333,
|
||||||
|
"networkId": 33333,
|
||||||
|
"icon": "aves",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "avescan",
|
||||||
|
"url": "https://avescan.io",
|
||||||
|
"icon": "avescan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Q Mainnet",
|
"name": "Q Mainnet",
|
||||||
"chain": "Q",
|
"chain": "Q",
|
||||||
|
|
8
icons/aves.json
Normal file
8
icons/aves.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
|
||||||
|
"width": 232,
|
||||||
|
"height": 232,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
8
icons/avescan.json
Normal file
8
icons/avescan.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
|
||||||
|
"width": 232,
|
||||||
|
"height": 232,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn
Normal file
BIN
iconsDownload/QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
|
@ -433,6 +433,7 @@
|
||||||
"filecoin-wallaby": "eip155:31415",
|
"filecoin-wallaby": "eip155:31415",
|
||||||
"Brise": "eip155:32520",
|
"Brise": "eip155:32520",
|
||||||
"fsn": "eip155:32659",
|
"fsn": "eip155:32659",
|
||||||
|
"avs": "eip155:33333",
|
||||||
"q": "eip155:35441",
|
"q": "eip155:35441",
|
||||||
"q-testnet": "eip155:35443",
|
"q-testnet": "eip155:35443",
|
||||||
"nrg": "eip155:39797",
|
"nrg": "eip155:39797",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user