Skip to content

create2 #3587

Answered by mds1
sakulstra asked this question in Q&A
create2 #3587
Oct 31, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote
  1. It's written in yul, I don't know if etherscan/others supports yul verification. You can find the source here: https://github.com/Arachnid/deterministic-deployment-proxy
  2. That same link contains a tx that you can use to deploy to any network (modulo networks with different gas metering). But that tx will likely not deploy the contract to the same address on zkSync or other zkEVMs, since my understanding is that they'll likely use a different hash function than keccak (used for address calculations) since keccak is not zk-friendly and has a large proving overhead (though a quick search shows maybe zkSync does use keccak)
  3. Re maintenance of existing deployer, per above, anyone can maintain i…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sakulstra
Comment options

Answer selected by sakulstra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants