Skip to content

Instantly share code, notes, and snippets.

@chuckbergeron
Last active September 11, 2023 19:38
Show Gist options
  • Save chuckbergeron/968bc0aba61658bc700d83a8f8234a9b to your computer and use it in GitHub Desktop.
Save chuckbergeron/968bc0aba61658bc700d83a8f8234a9b to your computer and use it in GitHub Desktop.
PoolTogether v5 Hyperstructure - Arbitrage Bot, Calculate Amounts
const maxAmountOut = await liquidationPairContract.callStatic.maxAmountOut();
const exactAmountIn = await liquidationPairContract.callStatic.computeExactAmountIn(
wantedAmountOut,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment