We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07e0ce commit a442e3eCopy full SHA for a442e3e
src/swapService/strategies/balmySDK/sources/pendleQuoteSource.ts
@@ -154,7 +154,7 @@ export class CustomPendleQuoteSource
154
receiver: recipient || takeFrom,
155
slippage: slippagePercentage / 100, // 1 = 100%
156
enableAggregator: true,
157
- yt: market?.yt.slice(2),
+ yt: market?.yt.split("-")[1],
158
amountIn: order.sellAmount.toString(),
159
tokenOut: buyToken,
160
}
0 commit comments