aligned_layer
aligned_layer copied to clipboard
fix: Storage Layout Contract Should Be Declared abstract
Description
- The
AlignedLayerServiceManagerStoragecontract defines the Service Manager storage layout without implementing contract logic. It’s not intended for standalone deployment but isn’t declared abstract, allowing potential misuse. This violates the principle of designing contracts for their intended purpose and could lead to unexpected behavior if deployed independently.