damirnabis / zkSync-Era-Bridger

Script for bridge ETH from Mainnet to zkSync Era and back
29 stars 20 forks source link

Hello, running the code keeps reporting insufficient balance #2

Open sadh42789 opened 1 year ago

sadh42789 commented 1 year ago

Deposit ETH to ZkSync Era| {'code': -32000, 'message': 'insufficient funds for gas * price + value'} Make sure the wallet balance is enough to transfer money, but it keeps doing this

wt195799611 commented 10 months ago

Deposit ETH to ZkSync Era| {'code': -32000, 'message': 'insufficient funds for gas * price + value'} Make sure the wallet balance is enough to transfer money, but it keeps doing this

This is a zksync2 SDK problem, its pythonSDK has an error, it will calculate a high gas, the project side raised this problem on July 10th, but it still hasn't been fixed, please use js, my friend