UNPKG

simple-sushiswap-sdk

Version:
10 lines (9 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Constants = void 0; class Constants { } exports.Constants = Constants; Constants.HEX_START = '0x'; Constants.EMPTY_HEX_STRING = `${Constants.HEX_START}00`; Constants.ETH_MAX_DECIMALS = 18;