UNPKG

@firefly-exchange/library-sui

Version:

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

25 lines (24 loc) 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT = void 0; const library_1 = require("./library"); const constants_1 = require("./constants"); exports.DEFAULT = { ORDER: { market: "0x42083ae11fff754c2a2998cf6fc6c65ab136b5ab92f1e124d9259895ff13754b", price: (0, library_1.toBigNumber)(1), quantity: (0, library_1.toBigNumber)(1), leverage: (0, library_1.toBigNumber)(1), isBuy: true, reduceOnly: false, postOnly: false, orderbookOnly: true, maker: constants_1.ADDRESSES.ZERO, expiration: (0, library_1.bigNumber)(1747984534000), salt: (0, library_1.bigNumber)(1668690862116) }, INSURANCE_POOL_ADDRESS: "0x90c55f2a388a0e31ebca93cbf87fdd08e9716be082ca8a3c479bb14bcb5e1b88", FEE_POOL_ADDRESS: "0x05ada716962dec8788b53ddad34827ffe46acfe16bfe9d7d064838fcda285073", GAS_POOL_ADDRESS: "0xefb4808ca08bd25f9edc4017d036ad8bd451d7674b11e0b322bc8b1a98d46e10", RANDOM_ACCOUNT_ADDRESS: "0x224425eda78a8fb607e9c83be22f68fdfabe36e5761306aff10b97cc0ba5e38c" };