-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
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),
})
Metadata
Metadata
Assignees
Labels
No labels