multicall.py
multicall.py copied to clipboard
Add Support for Polygon ZKEVM
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