From 495ae7bb2a17ed10c2cc4fc6a5d09e4c5458e09c Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Tue, 2 Apr 2024 19:25:55 -0700 Subject: [PATCH] docs --- contracts/src/VectorX.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/src/VectorX.sol b/contracts/src/VectorX.sol index a45ef73c..c72b3135 100644 --- a/contracts/src/VectorX.sol +++ b/contracts/src/VectorX.sol @@ -8,6 +8,7 @@ import {ISuccinctGateway} from "@succinctx/interfaces/ISuccinctGateway.sol"; /// @notice VectorX is a light client for Avail's consensus. /// @dev The light client tracks both the state of Avail's Grandpa consensus and Vector, Avail's /// data commitment solution. +/// @dev Please ensure that all new storage variables are placed after existing storage variables. contract VectorX is IVectorX, TimelockedUpgradeable { /// @notice Indicator of if the contract is frozen. bool public frozen;