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.
@@ -0,0 +1,6 @@
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/
4
+ /******/
5
+ /******/ })()
6
+ ;
@@ -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, { totalGas: fee }),
105
+ gasData: await this.getGasData(fromToken, { gasLimit: fee }),
106
106
  priceImpact: fromToken.calculatePriceImpactPercent(to),
107
107
  slippage: options.slippageTolerance,
108
108
  feeInfo: feeInfo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubic-sdk",
3
- "version": "5.48.0-alpha.gas.5",
3
+ "version": "5.48.0-alpha.gas.6",
4
4
  "description": "Simplify dApp creation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",