Please add Transaction type option to deployContract()
#526
Unanswered
timbrinded
asked this question in
Idea / Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like the ability to set my transaction type (
legacy
|eip1559
|the-other-one
) when deploying a contract.Whilst i realise I could do it manually via
encodeDeployData({abi, args, bytecode})
, it seems like it would be a lot neater to just expand out DeployContractParameters to also includetype
Beta Was this translation helpful? Give feedback.
All reactions