kohin-js
Version:
The Kohin JS is a comprehensive developer toolkit designed to integrate Kohin's decentralized insurance system seamlessly into your applications. It enables efficient interaction with Kohin smart contracts and backend APIs, facilitating management and ana
9 lines (8 loc) • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PERCENTAGE_MULTIPLIER = exports.SLIPPAGE_MULTIPLIER = exports.MLR_RATIO_CONSTANT = exports.USDT_DECIMAL = exports.ODDS_SCALE = void 0;
exports.ODDS_SCALE = 12;
exports.USDT_DECIMAL = 6;
exports.MLR_RATIO_CONSTANT = 4;
exports.SLIPPAGE_MULTIPLIER = 10 ** 2;
exports.PERCENTAGE_MULTIPLIER = 10 ** 10;