0age
@0age
common challenge for protocols & smart wallets: how to best deploy an owned contract to the same address on multiple chains while supporting ownership changes? keystore rollups are cool but still need a safe way to access the state best way to support long-tail chains i’ve got is a hardcoded set of deployers 😑
1 reply
7 recasts
45 reactions
Gmgmgmgm
@gmgmgmgm
What’s the core challenge? Create2 works different on different chains or something?
1 reply
0 recast
2 reactions
0age
@0age
it’s that when you need to change the owner, you don’t have a way to change it for the undeployed / counterfactual contracts (without deploying it first at least)
2 replies
0 recast
4 reactions