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@1d24f20a98 🚀
This commit is contained in:
parent
70eaaa6a62
commit
f537017503
|
@ -1289,9 +1289,9 @@
|
|||
}, {
|
||||
"name": "zetachain",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f",
|
||||
"width": 1280,
|
||||
"height": 1280,
|
||||
"url": "ipfs://QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy",
|
||||
"width": 712,
|
||||
"height": 712,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
32
chains/eip155-333331.json
Normal file
32
chains/eip155-333331.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "Aves Testnet",
|
||||
"chain": "AVST",
|
||||
"rpc": ["https://test.rpc.avescoin.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "AvesT",
|
||||
"symbol": "AVST",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [
|
||||
{
|
||||
"name": "EIP155"
|
||||
},
|
||||
{
|
||||
"name": "EIP1559"
|
||||
}
|
||||
],
|
||||
"infoURL": "https://ethereum.org",
|
||||
"shortName": "avst",
|
||||
"chainId": 333331,
|
||||
"networkId": 333331,
|
||||
"icon": "aves",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "avescan",
|
||||
"url": "https://testnet.avescoin.io",
|
||||
"icon": "avescan",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
"symbol": "ZETA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.zetachain.com/",
|
||||
"infoURL": "https://zetachain.com/docs/",
|
||||
"shortName": "zetachain-mainnet",
|
||||
"chainId": 7000,
|
||||
"networkId": 7000,
|
||||
|
|
|
@ -2,14 +2,17 @@
|
|||
"name": "ZetaChain Athens Testnet",
|
||||
"chain": "ZetaChain",
|
||||
"icon": "zetachain",
|
||||
"rpc": ["https://api.athens2.zetachain.com/evm"],
|
||||
"rpc": [
|
||||
"https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
|
||||
"wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket"
|
||||
],
|
||||
"faucets": ["https://labs.zetachain.com/get-zeta"],
|
||||
"nativeCurrency": {
|
||||
"name": "Zeta",
|
||||
"symbol": "aZETA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.zetachain.com/",
|
||||
"infoURL": "https://zetachain.com/docs",
|
||||
"shortName": "zetachain-athens",
|
||||
"chainId": 7001,
|
||||
"networkId": 7001,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6796,7 +6796,7 @@
|
|||
},
|
||||
"rpc": ["https://api.mainnet.zetachain.com/evm"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://docs.zetachain.com/"
|
||||
"infoURL": "https://zetachain.com/docs/"
|
||||
}, {
|
||||
"name": "ZetaChain Athens Testnet",
|
||||
"chainId": 7001,
|
||||
|
@ -6807,9 +6807,9 @@
|
|||
"symbol": "aZETA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://api.athens2.zetachain.com/evm"],
|
||||
"rpc": ["https://zetachain-athens-evm.blockpi.network/v1/rpc/public", "wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket"],
|
||||
"faucets": ["https://labs.zetachain.com/get-zeta"],
|
||||
"infoURL": "https://docs.zetachain.com/"
|
||||
"infoURL": "https://zetachain.com/docs"
|
||||
}, {
|
||||
"name": "Ella the heart",
|
||||
"chainId": 7027,
|
||||
|
@ -10476,6 +10476,19 @@
|
|||
"rpc": ["https://mainnet-rpc.tscscan.com"],
|
||||
"faucets": ["https://faucet.tscscan.com"],
|
||||
"infoURL": "https://ttcoin.info/"
|
||||
}, {
|
||||
"name": "Aves Testnet",
|
||||
"chainId": 333331,
|
||||
"shortName": "avst",
|
||||
"networkId": 333331,
|
||||
"nativeCurrency": {
|
||||
"name": "AvesT",
|
||||
"symbol": "AVST",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://test.rpc.avescoin.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://ethereum.org"
|
||||
}, {
|
||||
"name": "Oone Chain Testnet",
|
||||
"chainId": 333777,
|
||||
|
|
|
@ -10267,7 +10267,7 @@
|
|||
"symbol": "ZETA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.zetachain.com/",
|
||||
"infoURL": "https://zetachain.com/docs/",
|
||||
"shortName": "zetachain-mainnet",
|
||||
"chainId": 7000,
|
||||
"networkId": 7000,
|
||||
|
@ -10281,14 +10281,14 @@
|
|||
"name": "ZetaChain Athens Testnet",
|
||||
"chain": "ZetaChain",
|
||||
"icon": "zetachain",
|
||||
"rpc": ["https://api.athens2.zetachain.com/evm"],
|
||||
"rpc": ["https://zetachain-athens-evm.blockpi.network/v1/rpc/public", "wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket"],
|
||||
"faucets": ["https://labs.zetachain.com/get-zeta"],
|
||||
"nativeCurrency": {
|
||||
"name": "Zeta",
|
||||
"symbol": "aZETA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.zetachain.com/",
|
||||
"infoURL": "https://zetachain.com/docs",
|
||||
"shortName": "zetachain-athens",
|
||||
"chainId": 7001,
|
||||
"networkId": 7001,
|
||||
|
@ -15907,6 +15907,32 @@
|
|||
"standard": "EIP3091",
|
||||
"icon": "tscscan"
|
||||
}]
|
||||
}, {
|
||||
"name": "Aves Testnet",
|
||||
"chain": "AVST",
|
||||
"rpc": ["https://test.rpc.avescoin.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "AvesT",
|
||||
"symbol": "AVST",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"infoURL": "https://ethereum.org",
|
||||
"shortName": "avst",
|
||||
"chainId": 333331,
|
||||
"networkId": 333331,
|
||||
"icon": "aves",
|
||||
"explorers": [{
|
||||
"name": "avescan",
|
||||
"url": "https://testnet.avescoin.io",
|
||||
"icon": "avescan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Oone Chain Testnet",
|
||||
"chain": "OONE",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f",
|
||||
"width": 1280,
|
||||
"height": 1280,
|
||||
"url": "ipfs://QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy",
|
||||
"width": 712,
|
||||
"height": 712,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
||||
|
|
BIN
iconsDownload/QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy
Normal file
BIN
iconsDownload/QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
File diff suppressed because one or more lines are too long
|
@ -805,6 +805,7 @@
|
|||
"SoChain": "eip155:281121",
|
||||
"filecoin-calibration": "eip155:314159",
|
||||
"tc": "eip155:330844",
|
||||
"avst": "eip155:333331",
|
||||
"oonetest": "eip155:333777",
|
||||
"sparta": "eip155:333888",
|
||||
"olympus": "eip155:333999",
|
||||
|
|
Loading…
Reference in New Issue
Block a user