UNPKG

@firefly-exchange/library-sui

Version:

Sui library housing helper methods, classes to interact with Bluefin protocol(s) deployed on Sui

19 lines (18 loc) 715 B
"use strict"; /** * This file incorporates code from cetus-clmm-sui-sdk by CetusProtocol, * licensed under the Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * which can be found at https://github.com/CetusProtocol/cetus-clmm-sui-sdk/blob/main/LICENSE */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const decimal_js_1 = __importDefault(require("decimal.js")); decimal_js_1.default.config({ precision: 64, rounding: decimal_js_1.default.ROUND_DOWN, toExpNeg: -64, toExpPos: 64 }); exports.default = decimal_js_1.default;