Oh great, so there's no overhead from oz? On chainlink keepers for example there is a formula where they add a little overhead from what you would have normally paid for gas
Jul 6, 2022, 7:29 AM
I used it months ago maybe it changed now
Jul 6, 2022, 7:30 AM
Your receiver address is a contract not made to receive erc721
Jul 6, 2022, 8:08 AM
its random wallet address
Jul 6, 2022, 8:08 AM
If you choose it at random there is a chance to pick one like this
Jul 6, 2022, 8:09 AM
can I send from my wallet to itself?
Jul 6, 2022, 8:14 AM
Yes
If it is an eoa no problem
Jul 6, 2022, 8:15 AM
web3.exceptions.ExtraDataLengthError: The field extraData is 97 bytes, but should be 32. It is quite likely that you are connected to a POA chain.
I added middleware
web3.eth.account.signTransaction(tx, private_key)
says
TypeError: Missing kwargs: ['nonce']
web3.eth.account.signTransaction(tx, private_key)
says
TypeError: Missing kwargs: ['nonce']
can you give me some example code that works?
hardhat / js/ py
Jul 6, 2022, 8:20 AM
Just tried it, it looks like they really don't charge anything and you can set the gas limit/ max gas price arbitrarily without issues, really great
Jul 6, 2022, 10:41 AM
yepp
Jul 6, 2022, 10:42 AM