Skip to content

Commit

Permalink
Merge pull request #67 from IndexCoop/fix/hyeth-erc20-redemption-quotes
Browse files Browse the repository at this point in the history
fix: erc20 redemption quotes
  • Loading branch information
janndriessen authored Jun 21, 2024
2 parents af430a2 + ac55ae1 commit 13ec518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quote/flashmint/hyeth/component-quotes/pendle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ export class PendleQuoteProvider {
inputAmount: ethAmount.toString(),
})
if (!quote) return null
return BigInt(quote.inputAmount)
return BigInt(quote.outputAmount)
}
}

0 comments on commit 13ec518

Please sign in to comment.