rubic-sdk 5.48.0-alpha.gas.5 → 5.48.0-alpha.gas.6
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.
@@ -102,7 +102,7 @@ class CbridgeCrossChainProvider extends cross_chain_provider_1.CrossChainProvide
|
|
102
102
|
trade: new cbridge_cross_chain_trade_1.CbridgeCrossChainTrade({
|
103
103
|
from: fromToken,
|
104
104
|
to,
|
105
|
-
gasData: await this.getGasData(fromToken, {
|
105
|
+
gasData: await this.getGasData(fromToken, { gasLimit: fee }),
|
106
106
|
priceImpact: fromToken.calculatePriceImpactPercent(to),
|
107
107
|
slippage: options.slippageTolerance,
|
108
108
|
feeInfo: feeInfo,
|