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@efeca289f9 🚀
This commit is contained in:
parent
d36c8a0b62
commit
54df59d981
|
@ -1846,6 +1846,14 @@
|
|||
"height": 518,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "zkevm",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv",
|
||||
"width": 122,
|
||||
"height": 135,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "raptorchain",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
30
chains/eip155-1101.json
Normal file
30
chains/eip155-1101.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "Polygon zkEVM",
|
||||
"title": "Polygon zkEVM",
|
||||
"chain": "Polygon",
|
||||
"rpc": ["https://zkevm-rpc.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://polygon.technology/polygon-zkevm",
|
||||
"shortName": "zkevm",
|
||||
"chainId": 1101,
|
||||
"networkId": 1101,
|
||||
"icon": "zkevm",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://zkevm.polygonscan.com",
|
||||
"icon": "zkevm",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [{ "url": "https://bridge.zkevm-rpc.com" }]
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3573,6 +3573,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://moac.io"
|
||||
}, {
|
||||
"name": "Polygon zkEVM",
|
||||
"chainId": 1101,
|
||||
"shortName": "zkevm",
|
||||
"networkId": 1101,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://zkevm-rpc.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://polygon.technology/polygon-zkevm"
|
||||
}, {
|
||||
"name": "WEMIX3.0 Mainnet",
|
||||
"chainId": 1111,
|
||||
|
|
|
@ -5213,6 +5213,35 @@
|
|||
"url": "https://explorer.moac.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Polygon zkEVM",
|
||||
"title": "Polygon zkEVM",
|
||||
"chain": "Polygon",
|
||||
"rpc": ["https://zkevm-rpc.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://polygon.technology/polygon-zkevm",
|
||||
"shortName": "zkevm",
|
||||
"chainId": 1101,
|
||||
"networkId": 1101,
|
||||
"icon": "zkevm",
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://zkevm.polygonscan.com",
|
||||
"icon": "zkevm",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [{
|
||||
"url": "https://bridge.zkevm-rpc.com"
|
||||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "WEMIX3.0 Mainnet",
|
||||
"chain": "WEMIX",
|
||||
|
|
8
icons/zkevm.json
Normal file
8
icons/zkevm.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv",
|
||||
"width": 122,
|
||||
"height": 135,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -274,6 +274,7 @@
|
|||
"bronos-mainnet": "eip155:1039",
|
||||
"metis-andromeda": "eip155:1088",
|
||||
"moac": "eip155:1099",
|
||||
"zkevm": "eip155:1101",
|
||||
"wemix": "eip155:1111",
|
||||
"twemix": "eip155:1112",
|
||||
"tcore": "eip155:1115",
|
||||
|
|
Loading…
Reference in New Issue
Block a user