You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "E:/python/web3/transfer.py", line 48, in
transfer_to_self()
File "E:/python/web3/transfer.py", line 17, in transfer_to_self
nonce = zkSync_web3.zksync.get_transaction_count(account.address, ZkBlockParams.COMMITTED.value)
File "E:\python\web3\venv\lib\site-packages\web3\module.py", line 57, in caller
result = w3.manager.request_blocking(method_str,
File "E:\python\web3\venv\lib\site-packages\web3\manager.py", line 198, in request_blocking
return self.formatted_response(response,
File "E:\python\web3\venv\lib\site-packages\web3\manager.py", line 171, in formatted_response
raise ValueError(response["error"])
ValueError: {'code': -32601, 'message': 'Method not found'}
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "E:/python/web3/transfer.py", line 48, in
transfer_to_self()
File "E:/python/web3/transfer.py", line 17, in transfer_to_self
nonce = zkSync_web3.zksync.get_transaction_count(account.address, ZkBlockParams.COMMITTED.value)
File "E:\python\web3\venv\lib\site-packages\web3\module.py", line 57, in caller
result = w3.manager.request_blocking(method_str,
File "E:\python\web3\venv\lib\site-packages\web3\manager.py", line 198, in request_blocking
return self.formatted_response(response,
File "E:\python\web3\venv\lib\site-packages\web3\manager.py", line 171, in formatted_response
raise ValueError(response["error"])
ValueError: {'code': -32601, 'message': 'Method not found'}
The text was updated successfully, but these errors were encountered: