mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Polygon zkEVM Mainnet (1101) (#2523)
* add polygon zkevm * add icon * change info url * update formatting * fix urls * update zkevm icon * add icon to zkevm (1101) --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
54a96b373e
commit
efeca289f9
30
_data/chains/eip155-1101.json
Normal file
30
_data/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" }]
|
||||||
|
}
|
||||||
|
}
|
8
_data/icons/zkevm.json
Normal file
8
_data/icons/zkevm.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv",
|
||||||
|
"width": 122,
|
||||||
|
"height": 135,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user