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@5834bc51e8 🚀
This commit is contained in:
parent
76f87b6089
commit
c57c4a4dae
|
@ -742,6 +742,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "zilliqa",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp",
|
||||
"width": 2048,
|
||||
"height": 2048,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "zkevm",
|
||||
"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-32769.json
Normal file
23
chains/eip155-32769.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Zilliqa EVM",
|
||||
"chain": "ZIL",
|
||||
"rpc": ["https://api.zilliqa.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Zilliqa",
|
||||
"symbol": "ZIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.zilliqa.com/",
|
||||
"shortName": "zil",
|
||||
"chainId": 32769,
|
||||
"networkId": 32769,
|
||||
"icon": "zilliqa",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Zilliqa EVM Explorer",
|
||||
"url": "https://evmx.zilliqa.com",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -8019,6 +8019,19 @@
|
|||
"rpc": ["https://mainnet.fusionnetwork.io", "wss://mainnet.fusionnetwork.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://fusion.org"
|
||||
}, {
|
||||
"name": "Zilliqa EVM",
|
||||
"chainId": 32769,
|
||||
"shortName": "zil",
|
||||
"networkId": 32769,
|
||||
"nativeCurrency": {
|
||||
"name": "Zilliqa",
|
||||
"symbol": "ZIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://api.zilliqa.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.zilliqa.com/"
|
||||
}, {
|
||||
"name": "Zilliqa EVM Testnet",
|
||||
"chainId": 33101,
|
||||
|
|
|
@ -12062,6 +12062,26 @@
|
|||
"icon": "fsnscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Zilliqa EVM",
|
||||
"chain": "ZIL",
|
||||
"rpc": ["https://api.zilliqa.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Zilliqa",
|
||||
"symbol": "ZIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.zilliqa.com/",
|
||||
"shortName": "zil",
|
||||
"chainId": 32769,
|
||||
"networkId": 32769,
|
||||
"icon": "zilliqa",
|
||||
"explorers": [{
|
||||
"name": "Zilliqa EVM Explorer",
|
||||
"url": "https://evmx.zilliqa.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Zilliqa EVM Testnet",
|
||||
"chain": "ZIL",
|
||||
|
|
8
icons/zilliqa.json
Normal file
8
icons/zilliqa.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp",
|
||||
"width": 2048,
|
||||
"height": 2048,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -616,6 +616,7 @@
|
|||
"filecoin-wallaby": "eip155:31415",
|
||||
"Brise": "eip155:32520",
|
||||
"fsn": "eip155:32659",
|
||||
"zil": "eip155:32769",
|
||||
"zil-testnet": "eip155:33101",
|
||||
"avs": "eip155:33333",
|
||||
"j2o": "eip155:35011",
|
||||
|
|
Loading…
Reference in New Issue
Block a user