We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gas
I was getting:
web3.exceptions.ContractLogicError: execution reverted: TransferHelper: TRANSFER_FROM_FAILED
on BUNNY -> WETH
Adding gas fixed it:
).buildTransaction({ 'from': config.MY_WALLET_ADDRESS, 'gas': 250000, 'gasPrice': web3.toWei('5','gwei'), 'nonce': web3.eth.get_transaction_count(config.MY_WALLET_ADDRESS), })
The text was updated successfully, but these errors were encountered:
Has anybody managed to solve the issue? I tried to add 'gas': 250000, but I still get the same error, even for normal tokens like ADA.
Sorry, something went wrong.
the code dose not work , i aske for help and he ask for money and send the money and didnt get any response this person is scammer
same issue here
No branches or pull requests
I was getting:
on BUNNY -> WETH
Adding gas fixed it:
The text was updated successfully, but these errors were encountered: