mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 14:54:21 +08:00
fix: * > EVM bridging fee rate
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user