UNPKG

@brightunion/sdk

Version:

Brightjs is a set of javascript tools to interact with the Bright Union's risk platform aggregator's protocol on Ethereum, Binance Smart Chain and Polygon blockchains.

14 lines (10 loc) 210 B
import BigNumber from 'bignumber.js' type Immutables = { factory: string token0: string token1: string fee: number tickSpacing: number maxLiquidityPerTick: BigNumber } export default Immutables