UNPKG

@drift-labs/sdk

Version:
10 lines (9 loc) 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_APR_PER_REVENUE_SETTLE_TO_INSURANCE_FUND_VAULT_GOV = void 0; const numericConstants_1 = require("./numericConstants"); // follows program constant MAX_APR_PER_REVENUE_SETTLE_TO_INSURANCE_FUND_VAULT_GOV in math/constants.rs /** * Max APR for DRIFT IF vault. */ exports.MAX_APR_PER_REVENUE_SETTLE_TO_INSURANCE_FUND_VAULT_GOV = numericConstants_1.PERCENTAGE_PRECISION.divn(22);