UNPKG

@bayswap/sdk

Version:

SDK for BaySwap smart contract

6 lines 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REWARD_PER_SHARE_MUL = exports.DEFAULT_GAS_BUDGET = void 0; exports.DEFAULT_GAS_BUDGET = 10000000; exports.REWARD_PER_SHARE_MUL = BigInt(1000000000000); //# sourceMappingURL=constants.js.map