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@eaa2bfeb0e 🚀
This commit is contained in:
parent
649fab319d
commit
01149922be
|
@ -1310,6 +1310,14 @@
|
||||||
"height": 1050,
|
"height": 1050,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "zetachain",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f",
|
||||||
|
"width": 1280,
|
||||||
|
"height": 1280,
|
||||||
|
"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
24
chains/eip155-7000.json
Normal file
24
chains/eip155-7000.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "ZetaChain Mainnet",
|
||||||
|
"chain": "ZetaChain",
|
||||||
|
"icon": "zetachain",
|
||||||
|
"rpc": ["https://api.mainnet.zetachain.com/evm"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Zeta",
|
||||||
|
"symbol": "ZETA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.zetachain.com/",
|
||||||
|
"shortName": "zetachain-mainnet",
|
||||||
|
"chainId": 7000,
|
||||||
|
"networkId": 7000,
|
||||||
|
"status": "incubating",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "ZetaChain Mainnet Explorer",
|
||||||
|
"url": "https://explorer.mainnet.zetachain.com",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
24
chains/eip155-7001.json
Normal file
24
chains/eip155-7001.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "ZetaChain Athens Testnet",
|
||||||
|
"chain": "ZetaChain",
|
||||||
|
"icon": "zetachain",
|
||||||
|
"rpc": ["https://api.athens2.zetachain.com/evm"],
|
||||||
|
"faucets": ["https://labs.zetachain.com/get-zeta"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Zeta",
|
||||||
|
"symbol": "aZETA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.zetachain.com/",
|
||||||
|
"shortName": "zetachain-athens",
|
||||||
|
"chainId": 7001,
|
||||||
|
"networkId": 7001,
|
||||||
|
"status": "active",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "ZetaChain Athens Testnet Explorer",
|
||||||
|
"url": "https://explorer.athens.zetachain.com",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4587,6 +4587,32 @@
|
||||||
"rpc": ["https://seed0.polysmartchain.com/", "https://seed1.polysmartchain.com/", "https://seed2.polysmartchain.com/"],
|
"rpc": ["https://seed0.polysmartchain.com/", "https://seed1.polysmartchain.com/", "https://seed2.polysmartchain.com/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.polysmartchain.com/"
|
"infoURL": "https://www.polysmartchain.com/"
|
||||||
|
}, {
|
||||||
|
"name": "ZetaChain Mainnet",
|
||||||
|
"chainId": 7000,
|
||||||
|
"shortName": "zetachain-mainnet",
|
||||||
|
"networkId": 7000,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Zeta",
|
||||||
|
"symbol": "ZETA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://api.mainnet.zetachain.com/evm"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://docs.zetachain.com/"
|
||||||
|
}, {
|
||||||
|
"name": "ZetaChain Athens Testnet",
|
||||||
|
"chainId": 7001,
|
||||||
|
"shortName": "zetachain-athens",
|
||||||
|
"networkId": 7001,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Zeta",
|
||||||
|
"symbol": "aZETA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://api.athens2.zetachain.com/evm"],
|
||||||
|
"faucets": ["https://labs.zetachain.com/get-zeta"],
|
||||||
|
"infoURL": "https://docs.zetachain.com/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Ella the heart",
|
"name": "Ella the heart",
|
||||||
"chainId": 7027,
|
"chainId": 7027,
|
||||||
|
|
|
@ -6579,6 +6579,48 @@
|
||||||
"shortName": "psc",
|
"shortName": "psc",
|
||||||
"chainId": 6999,
|
"chainId": 6999,
|
||||||
"networkId": 6999
|
"networkId": 6999
|
||||||
|
}, {
|
||||||
|
"name": "ZetaChain Mainnet",
|
||||||
|
"chain": "ZetaChain",
|
||||||
|
"icon": "zetachain",
|
||||||
|
"rpc": ["https://api.mainnet.zetachain.com/evm"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Zeta",
|
||||||
|
"symbol": "ZETA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.zetachain.com/",
|
||||||
|
"shortName": "zetachain-mainnet",
|
||||||
|
"chainId": 7000,
|
||||||
|
"networkId": 7000,
|
||||||
|
"status": "incubating",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "ZetaChain Mainnet Explorer",
|
||||||
|
"url": "https://explorer.mainnet.zetachain.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "ZetaChain Athens Testnet",
|
||||||
|
"chain": "ZetaChain",
|
||||||
|
"icon": "zetachain",
|
||||||
|
"rpc": ["https://api.athens2.zetachain.com/evm"],
|
||||||
|
"faucets": ["https://labs.zetachain.com/get-zeta"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Zeta",
|
||||||
|
"symbol": "aZETA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.zetachain.com/",
|
||||||
|
"shortName": "zetachain-athens",
|
||||||
|
"chainId": 7001,
|
||||||
|
"networkId": 7001,
|
||||||
|
"status": "active",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "ZetaChain Athens Testnet Explorer",
|
||||||
|
"url": "https://explorer.athens.zetachain.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Ella the heart",
|
"name": "Ella the heart",
|
||||||
"chain": "ella",
|
"chain": "ella",
|
||||||
|
|
8
icons/zetachain.json
Normal file
8
icons/zetachain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f",
|
||||||
|
"width": 1280,
|
||||||
|
"height": 1280,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f
Normal file
BIN
iconsDownload/QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -352,6 +352,8 @@
|
||||||
"pixie-chain": "eip155:6626",
|
"pixie-chain": "eip155:6626",
|
||||||
"tombchain": "eip155:6969",
|
"tombchain": "eip155:6969",
|
||||||
"psc": "eip155:6999",
|
"psc": "eip155:6999",
|
||||||
|
"zetachain-mainnet": "eip155:7000",
|
||||||
|
"zetachain-athens": "eip155:7001",
|
||||||
"ELLA": "eip155:7027",
|
"ELLA": "eip155:7027",
|
||||||
"planq": "eip155:7070",
|
"planq": "eip155:7070",
|
||||||
"shyft": "eip155:7341",
|
"shyft": "eip155:7341",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user