-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Summary
We would like the Safe team to (re)deploy the canonical EVM Safe Singleton Factory on Zerion Mainnet (“ZeroNet”).
ZeroNet is based on the zkSync tech stack but is now fully EVM-compatible, so the standard factory that exists on Ethereum Mainnet, Polygon, BNB Smart Chain, etc. can be used unchanged. The zkSync-specific factory that was previously deployed is therefore no longer sufficient.
Motivation
- Full EVM parity – Zerion’s goal is to provide a 1-for-1 developer experience with other EVM chains; the canonical factory is a key piece of that puzzle.
- Safe ecosystem compatibility – Wallet UIs, SDKs and external services assume the deterministic CREATE2 factory address used across EVM networks; deploying it on ZeroNet eliminates special-case handling.
- Palmera DAO infrastructure – Palmera DAO Inc. is partnering with Zerion to run first-party Safe services; the canonical factory is the last missing component before go-live.
- Upcoming release – We intend to roll out the complete suite of Safe contracts v1.4.1 on ZeroNet, and that process relies on this factory for deterministic addresses.
Requested action
- Deploy
SingletonFactory.sol
(same byte-code + salt used on other EVM networks) on ZeroNet. - Add the deployment to the safe-deployments repository so the address is surfaced via the NPM artifacts.
- (Optional) tag the release
v1.4.1-zeronet
for clarity.
Network parameters
Parameter | Value (proposed) |
---|---|
Network name | Zerion Mainnet – “ZeroNet” |
Chain ID | 543210 |
RPC endpoint | https://zero.drpc.org |
Block explorer | https://explorer.zero.network/ |
References
- Safe Singleton Factory repo – https://github.com/safe-global/safe-singleton-factory
- Safe contracts release v1.4.1 – https://github.com/safe-global/safe-contracts/releases/tag/v1.4.1
- Zerion chain announcement – (link forthcoming)
Contact
- Zerion Core Devs – @zerion-devs on Discord
- Palmera DAO Infra – @palmeradao-infra
Thanks for considering this request!
Please let us know if we can provide additional details or assist with testing on ZeroNet.
Metadata
Metadata
Assignees
Labels
No labels