Skip to content

wilsoncusack/safe-singleton-deployer-sol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity Safe Singleton Factory Deployer

This is a Solidity library for using Safe Singleton Factory. At the code level, this factory matches Arachnid's Determinstic Deployment Proxy. It is different from other deterministic deployment factories in that Safe holds the private key and has NOT shared any presigned transactions. This can help avoid accidental or malicious nonce increments via presigned transactions with invalid gas values for a certain network.

Safe has currently deployed this factory to 252 chains and it has the same address on 248.

I made this library so that this factory would be easiser to use with Forge deployment scripts, as there seem to only be existing tools for Hardhat.

Example usage in ExampleDeploy.s.sol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published