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

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Apr 3, 2024
1 parent e124bc8 commit 495ae7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/src/VectorX.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 495ae7b

Please sign in to comment.