fix: * > EVM bridging fee rate

This commit is contained in:
c4605
2025-05-19 14:08:18 +08:00
parent f5b572eebd
commit 6ef7ea2696

View File

@@ -328,9 +328,7 @@ const _getStacks2EvmFeeInfo = async (
const specialFeeInfo = await getSpecialFeeDetailsForSwapRoute(ctx, route, {
initialRoute: options.initialRoute,
swapRoute: {
via: options.toDexAggregator ? "evmDexAggregator" : "ALEX",
},
swapRoute: !options.toDexAggregator ? null : { via: "evmDexAggregator" },
})
if (ctx.debugLog) {