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:
beruf 2023-03-28 17:26:02 +02:00 committed by GitHub
parent 54a96b373e
commit efeca289f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View 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
View File

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