ApeWorX / ape-bsc

Binance Smart Chain (BSC) ecosystem plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
0 stars 6 forks source link

Plugin doesn't support dynamic fee transactions? [APE-623] #12

Open PoCk3T-SPAI opened 1 year ago

PoCk3T-SPAI commented 1 year ago

Environment information

What went wrong?

Please include information like:

How can it be fixed?

fubuloubu commented 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))

PoCk3T-SPAI commented 1 year ago

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

fubuloubu commented 1 year ago

Gonna reopen the issue because there's still a problem here, if BSC doesn't support eip1559

PoCk3T-SPAI commented 1 year ago

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