diff --git a/_data/chains/eip155-1101.json b/_data/chains/eip155-1101.json new file mode 100644 index 00000000..c806b3d6 --- /dev/null +++ b/_data/chains/eip155-1101.json @@ -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" }] + } +} diff --git a/_data/icons/zkevm.json b/_data/icons/zkevm.json new file mode 100644 index 00000000..4a5c19c8 --- /dev/null +++ b/_data/icons/zkevm.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv", + "width": 122, + "height": 135, + "format": "png" + } +]