Replies: 1 comment 2 replies
-
Thanks for opening this discussion - I would like to add an "easy" workaround; you can simply interact with the So how can you do this using
PS: Of course, you can also retrieve the init_code via ethers.js like that: initcode = contract.getDeployTransaction(constructor_args); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#82
I think there should be an option to not hash the provided salt because there are cases where the salt is found by a program that finds gas-efficient contract addresses. It wouldn't work if the salt is hashed.
Beta Was this translation helpful? Give feedback.
All reactions