multicall.py icon indicating copy to clipboard operation
multicall.py copied to clipboard

Add Support for Polygon ZKEVM

Open adamxyzxyz opened this issue 1 year ago • 1 comments

Multicall3 is deployed on polygon ZKEVM:

https://zkevm.polygonscan.com/address/0xcA11bde05977b3631167028862bE2a173976CA11

I have tried adding the corresponding chainId and Network to constants.py:

ZKEVM = 1101 Network.ZKEVM: 0xcA11bde05977b3631167028862bE2a173976CA11

This creates a bug within the manager.py file in web3py that returnsthe following error:

too many arguements want at most two

adamxyzxyz avatar Nov 02 '23 20:11 adamxyzxyz