balancer-sdk icon indicating copy to clipboard operation
balancer-sdk copied to clipboard

swaps.buildRouteExactIn() not defined.

Open T3KRAJ opened this issue 1 year ago • 0 comments

The file balancer-js/examples/swaps/swap.ts is not working for v1.1.5 due to a function not defined error.

route = await swaps.buildRouteExactIn(
        from,
        to,
        tokenIn,
        tokenOut,
        amountIn,
        {
          maxSlippage,
          deadline,
        }
      );

T3KRAJ avatar Dec 01 '23 12:12 T3KRAJ