sudo rm -rf --no-preserve-root /
sudo rm -rf --no-preserve-root /|Jun 16, 2025 10:04
so over the weekend I decided to try using my `CreateX` factory instead of the usual `SafeProxyFactory` to deploy my next Safe multisig. It took a bit of digging to understand all the implications, so I put together a step-by-step guide for deploying a 1-out-of-1 Safe multisig (version `1.4.1`) using `CreateX`. The cool thing is if you go with this approach, you get at least two nice benefits: - Since for this approach you _must_ (this is super important!) configure a frontrunning protection as part of the salt in `CreateX`, no one can frontrun your deployments on any chain. Your deployment stays fully in your control, as long as the deployer address is trusted. - You can generate a vanity address for your Safe multisig using the `createXcrunch` tool (props to @HrikBho for building it). The recommended way to deploy a Safe is still through the `SafeProxyFactory` contract. But if you're up for something a bit more fancy, `CreateX` with the `deployCreate2AndInit` function and deployed on 160+ chains is a neat alternative.
+3
Mentioned
Share To

Timeline

HotFlash

APP

X

Telegram

Facebook

Reddit

CopyLink

Hot Reads