@sodax/sdk 1.5.1-beta → 1.5.2-beta

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
@@ -14,7 +14,6 @@ var transactions$1 = require('@mysten/sui/transactions');
14
14
  var stellarSdk = require('@stellar/stellar-sdk');
15
15
  var BigNumber4 = require('bignumber.js');
16
16
  var infinitySdk = require('@pancakeswap/infinity-sdk');
17
- var coreProtoTs = require('@injectivelabs/core-proto-ts');
18
17
  var rlp = require('rlp');
19
18
  var anchor = require('@coral-xyz/anchor');
20
19
  var BN = require('bn.js');
@@ -8745,7 +8744,7 @@ var universalRouterAbi = [
8745
8744
  ];
8746
8745
 
8747
8746
  // ../types/dist/constants/index.js
8748
- var CONFIG_VERSION = 36;
8747
+ var CONFIG_VERSION = 37;
8749
8748
  var AVALANCHE_MAINNET_CHAIN_ID = "0xa86a.avax";
8750
8749
  var ARBITRUM_MAINNET_CHAIN_ID = "0xa4b1.arbitrum";
8751
8750
  var BASE_MAINNET_CHAIN_ID = "0x2105.base";
@@ -22664,7 +22663,7 @@ var InjectiveSpokeService = class _InjectiveSpokeService {
22664
22663
  * @returns {Promise<InjectiveGasEstimate>} The estimated gas for the transaction.
22665
22664
  */
22666
22665
  static async estimateGas(rawTx, spokeProvider) {
22667
- const txRaw = coreProtoTs.CosmosTxV1Beta1Tx.TxRaw.fromPartial({
22666
+ const txRaw = sdkTs.CosmosTxV1Beta1TxPb.TxRaw.fromPartial({
22668
22667
  bodyBytes: rawTx.signedDoc.bodyBytes,
22669
22668
  authInfoBytes: rawTx.signedDoc.authInfoBytes,
22670
22669
  signatures: []