Cast seems to be missing support for legacy transactions on BSC #579
Labels
C-cast
Command: cast
D-easy
Difficulty: easy
first issue
A good way to start contributing
T-bug
Type: bug
When trying to make a function call to a contract on BSC using
cast send
, it fails withcustom error: EIP-1559 not activated
.I've been able to deploy contracts to BSC using
forge create --legacy
, but that legacy parameter seems to be missing fromcast
.Is there another way to send legacy, non-EIP-1559 transactions when using
cast
?If not, I think it's a feature worth adding, as right now,
cast
doesn't automatically detect that BSC is being used and that it doesn't support EIP-1559.The text was updated successfully, but these errors were encountered: