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

This commit is contained in:
ligi 2023-02-03 14:34:59 +00:00
parent 45277c3899
commit 4e2b8eaad6
11 changed files with 77 additions and 4 deletions

View File

@ -102,6 +102,14 @@
"height": 390, "height": 390,
"format": "svg" "format": "svg"
}] }]
}, {
"name": "chiliz",
"icons": [{
"url": "ipfs://QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED",
"width": 400,
"height": 400,
"format": "png"
}]
}, { }, {
"name": "omlira", "name": "omlira",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-88880.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Chiliz Scoville Testnet",
"chain": "CHZ",
"rpc": ["https://scoville-rpc.chiliz.com"],
"faucets": ["https://scoville-faucet.chiliz.com"],
"nativeCurrency": {
"name": "Chiliz",
"symbol": "CHZ",
"decimals": 18
},
"icon": "chiliz",
"infoURL": "https://www.chiliz.com/en/chain",
"shortName": "chz",
"chainId": 88880,
"networkId": 88880,
"explorers": [
{
"name": "scoville-explorer",
"url": "https://scoville-explorer.chiliz.com",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7434,6 +7434,19 @@
"rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com"], "rpc": ["https://matic-mumbai.chainstacklabs.com", "https://rpc-mumbai.maticvigil.com", "https://matic-testnet-archive-rpc.bwarelabs.com"],
"faucets": ["https://faucet.polygon.technology/"], "faucets": ["https://faucet.polygon.technology/"],
"infoURL": "https://polygon.technology/" "infoURL": "https://polygon.technology/"
}, {
"name": "Chiliz Scoville Testnet",
"chainId": 88880,
"shortName": "chz",
"networkId": 88880,
"nativeCurrency": {
"name": "Chiliz",
"symbol": "CHZ",
"decimals": 18
},
"rpc": ["https://scoville-rpc.chiliz.com"],
"faucets": ["https://scoville-faucet.chiliz.com"],
"infoURL": "https://www.chiliz.com/en/chain"
}, { }, {
"name": "IVAR Chain Mainnet", "name": "IVAR Chain Mainnet",
"chainId": 88888, "chainId": 88888,

View File

@ -10971,6 +10971,26 @@
"url": "https://mumbai.polygonscan.com", "url": "https://mumbai.polygonscan.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Chiliz Scoville Testnet",
"chain": "CHZ",
"rpc": ["https://scoville-rpc.chiliz.com"],
"faucets": ["https://scoville-faucet.chiliz.com"],
"nativeCurrency": {
"name": "Chiliz",
"symbol": "CHZ",
"decimals": 18
},
"icon": "chiliz",
"infoURL": "https://www.chiliz.com/en/chain",
"shortName": "chz",
"chainId": 88880,
"networkId": 88880,
"explorers": [{
"name": "scoville-explorer",
"url": "https://scoville-explorer.chiliz.com",
"standard": "none"
}]
}, { }, {
"name": "IVAR Chain Mainnet", "name": "IVAR Chain Mainnet",
"chain": "IVAR", "chain": "IVAR",

8
icons/chiliz.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

View File

@ -571,6 +571,7 @@
"firenze": "eip155:78110", "firenze": "eip155:78110",
"STANDt": "eip155:79879", "STANDt": "eip155:79879",
"maticmum": "eip155:80001", "maticmum": "eip155:80001",
"chz": "eip155:88880",
"ivar": "eip155:88888", "ivar": "eip155:88888",
"bvhl": "eip155:90210", "bvhl": "eip155:90210",
"lambda-testnet": "eip155:92001", "lambda-testnet": "eip155:92001",