Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Git Source Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett the library that handles the storage for the Version facet

State Variables

VERSION_DATA_POSITION

bytes32 constant VERSION_DATA_POSITION = keccak256("protocol-version");

Functions

versionStorage

Function to access the version data
function versionStorage() internal pure returns (VersionStorage storage v);
Returns
NameTypeDescription
vVersionStorageData storage for version