@drift-labs/sdk
Version:
SDK for Drift Protocol
10 lines (9 loc) • 466 B
JavaScript
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);
;