Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Apr 3, 2024
1 parent 495ae7b commit a42cb1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/src/VectorX.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ 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.
/// @dev Ensure that all new storage variables are placed after existing storage variables to avoid
/// storage corruption during upgrades.
contract VectorX is IVectorX, TimelockedUpgradeable {
/// @notice Indicator of if the contract is frozen.
bool public frozen;
Expand Down

0 comments on commit a42cb1b

Please sign in to comment.