Deploying to gh-pages from @ ethereum-lists/chains@eaa2bfeb0e 🚀

This commit is contained in:
ligi 2022-11-30 19:33:41 +00:00
parent 649fab319d
commit 01149922be
11 changed files with 137 additions and 3 deletions

View File

@ -1310,6 +1310,14 @@
"height": 1050,
"format": "png"
}]
}, {
"name": "zetachain",
"icons": [{
"url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f",
"width": 1280,
"height": 1280,
"format": "png"
}]
}, {
"name": "rangers",
"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
View 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
View 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

View File

@ -4587,6 +4587,32 @@
"rpc": ["https://seed0.polysmartchain.com/", "https://seed1.polysmartchain.com/", "https://seed2.polysmartchain.com/"],
"faucets": [],
"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",
"chainId": 7027,

View File

@ -6579,6 +6579,48 @@
"shortName": "psc",
"chainId": 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",
"chain": "ella",

8
icons/zetachain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f",
"width": 1280,
"height": 1280,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -352,6 +352,8 @@
"pixie-chain": "eip155:6626",
"tombchain": "eip155:6969",
"psc": "eip155:6999",
"zetachain-mainnet": "eip155:7000",
"zetachain-athens": "eip155:7001",
"ELLA": "eip155:7027",
"planq": "eip155:7070",
"shyft": "eip155:7341",