contracts-bedrock: use create2 to deploy implementations
Use create2 to deploy L1 contract implementations. This is useful to deduplicate config, making the contracts have canoncial addresses per version across networks. Every L1 contract implementation should use the same create2 salt over time.
Showing
Please register or sign in to comment