Supported Applications.
Preserve order when adding new applications, last one is the counter.
enum Applications { GRG_STAKING, UNIV4_LIQUIDITY, GMX_V2_POSITIONS, COUNT }
struct TokenIdsSlot { uint256[] tokenIds; mapping(uint256 => uint256) positions; }
Last updated 25 days ago