Content
@
https://opensea.io/collection/evm-6
0 reply
0 recast
2 reactions
Spencer Graham 🧢
@spengrah.eth
Is anybody aware of an existing generic create2 factory that serves as the create2 msg.sender? I believe that would allow for deployment to deterministic address agnostic of who is actually initiating the deploy, which would be quite nice for enabling a team to deploy as needed across networks.
4 replies
0 recast
2 reactions
✳️ dcposch
@dcposch.eth
Arachnid/0age factory is the default in Foundry All u need is a deploy script with vm.broadcast(); new MyContract{salt: 0}(); Works on all major evm chains
1 reply
0 recast
2 reactions
Spencer Graham 🧢
@spengrah.eth
great! this is what I use for all my contracts. For some reason I feel like I and another team member have been getting different deployment addresses, but perhaps we were doing something else different as well. Will re-test
1 reply
0 recast
0 reaction