zksync-sdk / zksync-python

Python 3.8 SDK for zkSync
MIT License
116 stars 64 forks source link

ZkSyncProviderV01 toChecksumAddress #56

Open otito12 opened 1 year ago

otito12 commented 1 year ago

In the get_tokens method the in the ZkSyncProviderV01 Web3.py changed to snake cases the function call is still in camel causing it to fail: https://github.com/ethereum/web3.py/pull/2708

CruickAbby commented 7 months ago

Thanks, I modify the C:\Program Files\Python310\Lib\site-packages\zksync_sdk\zksync_provider\V01.py Then It's support the last version web3.py