@pafi-dev/trading 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1257,7 +1257,10 @@ var TradingHandlers = class {
1257
1257
  feeAmount = await (0, import_core9.quoteOperatorFeeForTransfer)({
1258
1258
  provider: this.provider,
1259
1259
  chainId: request.chainId,
1260
- tokenAddress
1260
+ tokenAddress,
1261
+ allowStaleFallback: request.allowStaleFallback,
1262
+ fallbackEthPriceUsd: request.fallbackEthPriceUsd,
1263
+ fallbackPtPriceUsdt: request.fallbackPtPriceUsdt
1261
1264
  });
1262
1265
  }
1263
1266
  if (feeAmount > 0n && feeAmount >= request.amount) {