AdminModuleConstants

Git Source

Inherits:Error

State Variables

NATIVE_TOKEN_MAX_BORROW_LIMIT_CAP

hard cap value for max borrow limit, used as sanity check. Usually 10x of total supply.

uint256 public immutable NATIVE_TOKEN_MAX_BORROW_LIMIT_CAP;

Functions

constructor

constructor(uint256 nativeTokenMaxBorrowLimitCap_);