Skip to content

Commit

Permalink
Add Polygon zkEVM Mainnet (1101) (ethereum-lists#2523)
Browse files Browse the repository at this point in the history
* add polygon zkevm

* add icon

* change info url

* update formatting

* fix urls

* update zkevm icon

* add icon to zkevm (1101)

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
rube-de and ligi authored Mar 28, 2023
1 parent 54a96b3 commit efeca28
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions _data/chains/eip155-1101.json
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions _data/icons/zkevm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv",
"width": 122,
"height": 135,
"format": "png"
}
]

0 comments on commit efeca28

Please sign in to comment.