feat(ctb): standardize initialization logic for L1 (#2885)
* feat(ctb): standardize initialization logic for L1 Standardizes the initialization for L1 contracts. Ensures that all contracts use the same pattern of: 1. VERSION variable that represents the contract version. 2. constructor that sets immutables and calls initialize. 3. initialize function that sets any remaining mutables. * op-bindings: update Co-authored-by:Mark Tyneway <mark.tyneway@gmail.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Showing
Please register or sign in to comment