skalenetwork / filestorage

SKALE filestorage extension to EVM
GNU Affero General Public License v3.0
20 stars 3 forks source link

Fix deprecated methods in predeployed package according to web3 6.0.0 #139

Closed yavrsky closed 1 year ago

yavrsky commented 1 year ago

In the latest version of the package web3py 6.0.0, several method names were deprecated such as solidityKeccak, toChecksumAddress, isConnected and so on. This should be changed to the actual method names.