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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 includetypeBeta Was this translation helpful? Give feedback.
All reactions