UNPKG

@hikaru-fi/swap-router

Version:

Package for calculating optimal path for executing swaps

11 lines (9 loc) 250 B
const { WeightedPool } = require("./poolMath/weightedPool/weightedPool"); const { getSwap } = require("./router"); const { SwapTypes, PoolTypes } = require("./utils"); module.exports = { getSwap, WeightedPool, PoolTypes, SwapTypes }