Open PoCk3T-SPAI opened 1 year ago
For this one, type=0
kwarg with your transaction should get it working for you (e.g. account.deploy(project.MyContract, type=0)
)
That works, thank you @fubuloubu !
Closing, hope it helps other users if they face an invalid signer
or dynamicfee tx is not supported by signer
error
Gonna reopen the issue because there's still a problem here, if BSC doesn't support eip1559
Oh sorry, I didn't know I should keep it open.
Further help for anyone else using this plugin, as far as I could experience so far:
Not only the type=0
parameter needs to be set for deploy
, but for any other existing contract interactions as well
Environment information
ape
and plugin versions 0.6 - all from ApeX/ape:latest Docker image + ape install --upgrade bscWhat went wrong?
Please include information like:
How can it be fixed?
invalid sender
ape
and somehow the way the requests to the RPC are formatted end up triggering this part of the RPC endpoint