@skip-go/client 0.8.0 → 0.8.2

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.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  var chunkJRIEAGIQ_js = require('./chunk-JRIEAGIQ.js');
4
4
  var chunkTUX4SN3U_js = require('./chunk-TUX4SN3U.js');
5
- var chunkJQE2L2GO_js = require('./chunk-JQE2L2GO.js');
5
+ var chunkMVYCWIUE_js = require('./chunk-MVYCWIUE.js');
6
6
  var chunk6FNC3XMI_js = require('./chunk-6FNC3XMI.js');
7
7
  var amino = require('@cosmjs/amino');
8
8
  var cosmwasmStargate = require('@cosmjs/cosmwasm-stargate');
@@ -2992,11 +2992,11 @@ var SkipClient = class {
2992
2992
  return chunk6FNC3XMI_js.__async(this, arguments, function* (options = {}) {
2993
2993
  const response = yield this.requestClient.get(
2994
2994
  "/v2/fungible/assets",
2995
- chunkJQE2L2GO_js.assetsRequestToJSON(chunk6FNC3XMI_js.__spreadValues({}, options))
2995
+ chunkMVYCWIUE_js.assetsRequestToJSON(chunk6FNC3XMI_js.__spreadValues({}, options))
2996
2996
  );
2997
2997
  return Object.entries(response.chain_to_assets_map).reduce(
2998
2998
  (acc, [chainID, { assets }]) => {
2999
- acc[chainID] = assets.map((asset) => chunkJQE2L2GO_js.assetFromJSON(asset));
2999
+ acc[chainID] = assets.map((asset) => chunkMVYCWIUE_js.assetFromJSON(asset));
3000
3000
  return acc;
3001
3001
  },
3002
3002
  {}
@@ -3007,11 +3007,11 @@ var SkipClient = class {
3007
3007
  return chunk6FNC3XMI_js.__async(this, null, function* () {
3008
3008
  const response = yield this.requestClient.post(
3009
3009
  "/v2/fungible/assets_from_source",
3010
- chunkJQE2L2GO_js.assetsFromSourceRequestToJSON(chunk6FNC3XMI_js.__spreadValues({}, options))
3010
+ chunkMVYCWIUE_js.assetsFromSourceRequestToJSON(chunk6FNC3XMI_js.__spreadValues({}, options))
3011
3011
  );
3012
3012
  return Object.entries(response.dest_assets).reduce(
3013
3013
  (acc, [chainID, { assets }]) => {
3014
- acc[chainID] = assets.map((asset) => chunkJQE2L2GO_js.assetFromJSON(asset));
3014
+ acc[chainID] = assets.map((asset) => chunkMVYCWIUE_js.assetFromJSON(asset));
3015
3015
  return acc;
3016
3016
  },
3017
3017
  {}
@@ -3022,9 +3022,9 @@ var SkipClient = class {
3022
3022
  return chunk6FNC3XMI_js.__async(this, null, function* () {
3023
3023
  const response = yield this.requestClient.post(
3024
3024
  "/v2/fungible/assets_between_chains",
3025
- chunkJQE2L2GO_js.assetsBetweenChainsRequestToJSON(options)
3025
+ chunkMVYCWIUE_js.assetsBetweenChainsRequestToJSON(options)
3026
3026
  );
3027
- return chunkJQE2L2GO_js.assetsBetweenChainsResponseFromJSON(response).assetsBetweenChains;
3027
+ return chunkMVYCWIUE_js.assetsBetweenChainsResponseFromJSON(response).assetsBetweenChains;
3028
3028
  });
3029
3029
  }
3030
3030
  bridges() {
@@ -3032,7 +3032,7 @@ var SkipClient = class {
3032
3032
  const response = yield this.requestClient.get(
3033
3033
  "/v2/info/bridges"
3034
3034
  );
3035
- return chunkJQE2L2GO_js.bridgesResponseFromJSON(response).bridges;
3035
+ return chunkMVYCWIUE_js.bridgesResponseFromJSON(response).bridges;
3036
3036
  });
3037
3037
  }
3038
3038
  chains() {
@@ -3048,7 +3048,7 @@ var SkipClient = class {
3048
3048
  only_testnets: onlyTestnets,
3049
3049
  chain_ids: chainIDs
3050
3050
  });
3051
- return response.chains.map((chain) => chunkJQE2L2GO_js.chainFromJSON(chain));
3051
+ return response.chains.map((chain) => chunkMVYCWIUE_js.chainFromJSON(chain));
3052
3052
  });
3053
3053
  }
3054
3054
  executeRoute(options) {
@@ -3098,9 +3098,9 @@ var SkipClient = class {
3098
3098
  gasAmountMultiplier = chunkTUX4SN3U_js.DEFAULT_GAS_MULTIPLIER,
3099
3099
  getFallbackGasAmount
3100
3100
  } = options;
3101
- let gasTokenUsed;
3101
+ let gasTokenRecord;
3102
3102
  if (validateGasBalance) {
3103
- gasTokenUsed = yield this.validateGasBalances({
3103
+ gasTokenRecord = yield this.validateGasBalances({
3104
3104
  txs,
3105
3105
  userAddresses,
3106
3106
  getOfflineSigner: options.getCosmosSigner,
@@ -3111,6 +3111,7 @@ var SkipClient = class {
3111
3111
  }
3112
3112
  for (let i = 0; i < txs.length; i++) {
3113
3113
  const tx = txs[i];
3114
+ let gasTokenUsed = gasTokenRecord == null ? void 0 : gasTokenRecord[i];
3114
3115
  if (!tx) {
3115
3116
  raise(`executeRoute error: invalid message at index ${i}`);
3116
3117
  }
@@ -3746,51 +3747,51 @@ var SkipClient = class {
3746
3747
  }
3747
3748
  messages(options) {
3748
3749
  return chunk6FNC3XMI_js.__async(this, null, function* () {
3749
- const response = yield this.requestClient.post("/v2/fungible/msgs", chunk6FNC3XMI_js.__spreadProps(chunk6FNC3XMI_js.__spreadValues({}, chunkJQE2L2GO_js.msgsRequestToJSON(options)), {
3750
+ const response = yield this.requestClient.post("/v2/fungible/msgs", chunk6FNC3XMI_js.__spreadProps(chunk6FNC3XMI_js.__spreadValues({}, chunkMVYCWIUE_js.msgsRequestToJSON(options)), {
3750
3751
  slippage_tolerance_percent: options.slippageTolerancePercent || "0"
3751
3752
  }));
3752
- return chunkJQE2L2GO_js.messageResponseFromJSON(response);
3753
+ return chunkMVYCWIUE_js.messageResponseFromJSON(response);
3753
3754
  });
3754
3755
  }
3755
3756
  route(options) {
3756
3757
  return chunk6FNC3XMI_js.__async(this, null, function* () {
3757
- const response = yield this.requestClient.post("/v2/fungible/route", chunk6FNC3XMI_js.__spreadProps(chunk6FNC3XMI_js.__spreadValues({}, chunkJQE2L2GO_js.routeRequestToJSON(options)), {
3758
+ const response = yield this.requestClient.post("/v2/fungible/route", chunk6FNC3XMI_js.__spreadProps(chunk6FNC3XMI_js.__spreadValues({}, chunkMVYCWIUE_js.routeRequestToJSON(options)), {
3758
3759
  cumulative_affiliate_fee_bps: this.cumulativeAffiliateFeeBPS
3759
3760
  }));
3760
- return chunkJQE2L2GO_js.routeResponseFromJSON(response);
3761
+ return chunkMVYCWIUE_js.routeResponseFromJSON(response);
3761
3762
  });
3762
3763
  }
3763
3764
  msgsDirect(options) {
3764
3765
  return chunk6FNC3XMI_js.__async(this, null, function* () {
3765
- const response = yield this.requestClient.post("/v2/fungible/msgs_direct", chunk6FNC3XMI_js.__spreadValues({}, chunkJQE2L2GO_js.msgsDirectRequestToJSON(options)));
3766
+ const response = yield this.requestClient.post("/v2/fungible/msgs_direct", chunk6FNC3XMI_js.__spreadValues({}, chunkMVYCWIUE_js.msgsDirectRequestToJSON(options)));
3766
3767
  return {
3767
- msgs: response.msgs.map((msg) => chunkJQE2L2GO_js.msgFromJSON(msg)),
3768
- txs: response.txs.map((tx) => chunkJQE2L2GO_js.txFromJSON(tx)),
3769
- route: chunkJQE2L2GO_js.routeResponseFromJSON(response.route)
3768
+ msgs: response.msgs.map((msg) => chunkMVYCWIUE_js.msgFromJSON(msg)),
3769
+ txs: response.txs.map((tx) => chunkMVYCWIUE_js.txFromJSON(tx)),
3770
+ route: chunkMVYCWIUE_js.routeResponseFromJSON(response.route)
3770
3771
  };
3771
3772
  });
3772
3773
  }
3773
3774
  recommendAssets(request) {
3774
3775
  return chunk6FNC3XMI_js.__async(this, null, function* () {
3775
- const options = chunkJQE2L2GO_js.recommendAssetsRequestToJSON({
3776
+ const options = chunkMVYCWIUE_js.recommendAssetsRequestToJSON({
3776
3777
  requests: Array.isArray(request) ? request : [request]
3777
3778
  });
3778
3779
  const response = yield this.requestClient.post(
3779
3780
  "/v2/fungible/recommend_assets",
3780
3781
  options
3781
3782
  );
3782
- return chunkJQE2L2GO_js.recommendAssetsResponseFromJSON(response).recommendationEntries;
3783
+ return chunkMVYCWIUE_js.recommendAssetsResponseFromJSON(response).recommendationEntries;
3783
3784
  });
3784
3785
  }
3785
3786
  ibcOriginAssets(assets) {
3786
3787
  return chunk6FNC3XMI_js.__async(this, null, function* () {
3787
3788
  const response = yield this.requestClient.post(
3788
3789
  "/v2/fungible/ibc_origin_assets",
3789
- chunkJQE2L2GO_js.originAssetsRequestToJSON({
3790
+ chunkMVYCWIUE_js.originAssetsRequestToJSON({
3790
3791
  assets
3791
3792
  })
3792
3793
  );
3793
- return chunkJQE2L2GO_js.originAssetsResponseFromJSON(response).originAssets;
3794
+ return chunkMVYCWIUE_js.originAssetsResponseFromJSON(response).originAssets;
3794
3795
  });
3795
3796
  }
3796
3797
  submitTransaction(_0) {
@@ -3802,7 +3803,7 @@ var SkipClient = class {
3802
3803
  chain_id: chainID,
3803
3804
  tx
3804
3805
  });
3805
- return chunkJQE2L2GO_js.submitTxResponseFromJSON(response);
3806
+ return chunkMVYCWIUE_js.submitTxResponseFromJSON(response);
3806
3807
  });
3807
3808
  }
3808
3809
  trackTransaction(_0) {
@@ -3823,7 +3824,7 @@ var SkipClient = class {
3823
3824
  chain_id: chainID,
3824
3825
  tx_hash: txHash
3825
3826
  });
3826
- return chunkJQE2L2GO_js.trackTxResponseFromJSON(response);
3827
+ return chunkMVYCWIUE_js.trackTxResponseFromJSON(response);
3827
3828
  } catch (error) {
3828
3829
  lastError = error;
3829
3830
  retries++;
@@ -3851,7 +3852,7 @@ var SkipClient = class {
3851
3852
  chain_id: chainID,
3852
3853
  tx_hash: txHash
3853
3854
  });
3854
- return chunkJQE2L2GO_js.txStatusResponseFromJSON(response);
3855
+ return chunkMVYCWIUE_js.txStatusResponseFromJSON(response);
3855
3856
  } catch (error) {
3856
3857
  lastError = error;
3857
3858
  retries++;
@@ -3896,7 +3897,7 @@ var SkipClient = class {
3896
3897
  const response = yield this.requestClient.get("/v2/fungible/venues", {
3897
3898
  only_testnets: onlyTestnets
3898
3899
  });
3899
- return response.venues.map((venue) => chunkJQE2L2GO_js.swapVenueFromJSON(venue));
3900
+ return response.venues.map((venue) => chunkMVYCWIUE_js.swapVenueFromJSON(venue));
3900
3901
  });
3901
3902
  }
3902
3903
  getCosmsosGasAmountForMessage(client, signerAddress, chainID, cosmosMessages) {
@@ -4231,6 +4232,7 @@ var SkipClient = class {
4231
4232
  getFallbackGasAmount
4232
4233
  }) {
4233
4234
  var _a;
4235
+ let gasTokenRecord = {};
4234
4236
  for (let i = 0; i < txs.length; i++) {
4235
4237
  const tx = txs[i];
4236
4238
  if (!tx) {
@@ -4263,7 +4265,7 @@ var SkipClient = class {
4263
4265
  )) == null ? void 0 : _a.address) || raise(
4264
4266
  `validateGasBalance error: invalid address for chain '${tx.cosmosTx.chainID}'`
4265
4267
  );
4266
- return yield this.validateCosmosGasBalance({
4268
+ const coinUsed = yield this.validateCosmosGasBalance({
4267
4269
  client,
4268
4270
  signerAddress: currentAddress,
4269
4271
  chainID: tx.cosmosTx.chainID,
@@ -4272,8 +4274,10 @@ var SkipClient = class {
4272
4274
  gasAmountMultiplier,
4273
4275
  getFallbackGasAmount
4274
4276
  });
4277
+ gasTokenRecord[i] = coinUsed;
4275
4278
  }
4276
4279
  }
4280
+ return gasTokenRecord;
4277
4281
  });
4278
4282
  }
4279
4283
  validateCosmosGasBalance(_0) {
@@ -4406,643 +4410,643 @@ Object.defineProperty(exports, "getEncodeObjectFromCosmosMessageInjective", {
4406
4410
  });
4407
4411
  Object.defineProperty(exports, "affiliateFromJSON", {
4408
4412
  enumerable: true,
4409
- get: function () { return chunkJQE2L2GO_js.affiliateFromJSON; }
4413
+ get: function () { return chunkMVYCWIUE_js.affiliateFromJSON; }
4410
4414
  });
4411
4415
  Object.defineProperty(exports, "affiliateToJSON", {
4412
4416
  enumerable: true,
4413
- get: function () { return chunkJQE2L2GO_js.affiliateToJSON; }
4417
+ get: function () { return chunkMVYCWIUE_js.affiliateToJSON; }
4414
4418
  });
4415
4419
  Object.defineProperty(exports, "assetBetweenChainsFromJSON", {
4416
4420
  enumerable: true,
4417
- get: function () { return chunkJQE2L2GO_js.assetBetweenChainsFromJSON; }
4421
+ get: function () { return chunkMVYCWIUE_js.assetBetweenChainsFromJSON; }
4418
4422
  });
4419
4423
  Object.defineProperty(exports, "assetBetweenChainsToJSON", {
4420
4424
  enumerable: true,
4421
- get: function () { return chunkJQE2L2GO_js.assetBetweenChainsToJSON; }
4425
+ get: function () { return chunkMVYCWIUE_js.assetBetweenChainsToJSON; }
4422
4426
  });
4423
4427
  Object.defineProperty(exports, "assetFromJSON", {
4424
4428
  enumerable: true,
4425
- get: function () { return chunkJQE2L2GO_js.assetFromJSON; }
4429
+ get: function () { return chunkMVYCWIUE_js.assetFromJSON; }
4426
4430
  });
4427
4431
  Object.defineProperty(exports, "assetOrErrorFromJSON", {
4428
4432
  enumerable: true,
4429
- get: function () { return chunkJQE2L2GO_js.assetOrErrorFromJSON; }
4433
+ get: function () { return chunkMVYCWIUE_js.assetOrErrorFromJSON; }
4430
4434
  });
4431
4435
  Object.defineProperty(exports, "assetOrErrorToJSON", {
4432
4436
  enumerable: true,
4433
- get: function () { return chunkJQE2L2GO_js.assetOrErrorToJSON; }
4437
+ get: function () { return chunkMVYCWIUE_js.assetOrErrorToJSON; }
4434
4438
  });
4435
4439
  Object.defineProperty(exports, "assetRecommendationFromJSON", {
4436
4440
  enumerable: true,
4437
- get: function () { return chunkJQE2L2GO_js.assetRecommendationFromJSON; }
4441
+ get: function () { return chunkMVYCWIUE_js.assetRecommendationFromJSON; }
4438
4442
  });
4439
4443
  Object.defineProperty(exports, "assetRecommendationRequestFromJSON", {
4440
4444
  enumerable: true,
4441
- get: function () { return chunkJQE2L2GO_js.assetRecommendationRequestFromJSON; }
4445
+ get: function () { return chunkMVYCWIUE_js.assetRecommendationRequestFromJSON; }
4442
4446
  });
4443
4447
  Object.defineProperty(exports, "assetRecommendationRequestToJSON", {
4444
4448
  enumerable: true,
4445
- get: function () { return chunkJQE2L2GO_js.assetRecommendationRequestToJSON; }
4449
+ get: function () { return chunkMVYCWIUE_js.assetRecommendationRequestToJSON; }
4446
4450
  });
4447
4451
  Object.defineProperty(exports, "assetRecommendationToJSON", {
4448
4452
  enumerable: true,
4449
- get: function () { return chunkJQE2L2GO_js.assetRecommendationToJSON; }
4453
+ get: function () { return chunkMVYCWIUE_js.assetRecommendationToJSON; }
4450
4454
  });
4451
4455
  Object.defineProperty(exports, "assetToJSON", {
4452
4456
  enumerable: true,
4453
- get: function () { return chunkJQE2L2GO_js.assetToJSON; }
4457
+ get: function () { return chunkMVYCWIUE_js.assetToJSON; }
4454
4458
  });
4455
4459
  Object.defineProperty(exports, "assetsBetweenChainsRequestFromJSON", {
4456
4460
  enumerable: true,
4457
- get: function () { return chunkJQE2L2GO_js.assetsBetweenChainsRequestFromJSON; }
4461
+ get: function () { return chunkMVYCWIUE_js.assetsBetweenChainsRequestFromJSON; }
4458
4462
  });
4459
4463
  Object.defineProperty(exports, "assetsBetweenChainsRequestToJSON", {
4460
4464
  enumerable: true,
4461
- get: function () { return chunkJQE2L2GO_js.assetsBetweenChainsRequestToJSON; }
4465
+ get: function () { return chunkMVYCWIUE_js.assetsBetweenChainsRequestToJSON; }
4462
4466
  });
4463
4467
  Object.defineProperty(exports, "assetsBetweenChainsResponseFromJSON", {
4464
4468
  enumerable: true,
4465
- get: function () { return chunkJQE2L2GO_js.assetsBetweenChainsResponseFromJSON; }
4469
+ get: function () { return chunkMVYCWIUE_js.assetsBetweenChainsResponseFromJSON; }
4466
4470
  });
4467
4471
  Object.defineProperty(exports, "assetsFromSourceRequestFromJSON", {
4468
4472
  enumerable: true,
4469
- get: function () { return chunkJQE2L2GO_js.assetsFromSourceRequestFromJSON; }
4473
+ get: function () { return chunkMVYCWIUE_js.assetsFromSourceRequestFromJSON; }
4470
4474
  });
4471
4475
  Object.defineProperty(exports, "assetsFromSourceRequestToJSON", {
4472
4476
  enumerable: true,
4473
- get: function () { return chunkJQE2L2GO_js.assetsFromSourceRequestToJSON; }
4477
+ get: function () { return chunkMVYCWIUE_js.assetsFromSourceRequestToJSON; }
4474
4478
  });
4475
4479
  Object.defineProperty(exports, "assetsRequestFromJSON", {
4476
4480
  enumerable: true,
4477
- get: function () { return chunkJQE2L2GO_js.assetsRequestFromJSON; }
4481
+ get: function () { return chunkMVYCWIUE_js.assetsRequestFromJSON; }
4478
4482
  });
4479
4483
  Object.defineProperty(exports, "assetsRequestToJSON", {
4480
4484
  enumerable: true,
4481
- get: function () { return chunkJQE2L2GO_js.assetsRequestToJSON; }
4485
+ get: function () { return chunkMVYCWIUE_js.assetsRequestToJSON; }
4482
4486
  });
4483
4487
  Object.defineProperty(exports, "axelarTransferFromJSON", {
4484
4488
  enumerable: true,
4485
- get: function () { return chunkJQE2L2GO_js.axelarTransferFromJSON; }
4489
+ get: function () { return chunkMVYCWIUE_js.axelarTransferFromJSON; }
4486
4490
  });
4487
4491
  Object.defineProperty(exports, "axelarTransferInfoFromJSON", {
4488
4492
  enumerable: true,
4489
- get: function () { return chunkJQE2L2GO_js.axelarTransferInfoFromJSON; }
4493
+ get: function () { return chunkMVYCWIUE_js.axelarTransferInfoFromJSON; }
4490
4494
  });
4491
4495
  Object.defineProperty(exports, "axelarTransferInfoToJSON", {
4492
4496
  enumerable: true,
4493
- get: function () { return chunkJQE2L2GO_js.axelarTransferInfoToJSON; }
4497
+ get: function () { return chunkMVYCWIUE_js.axelarTransferInfoToJSON; }
4494
4498
  });
4495
4499
  Object.defineProperty(exports, "axelarTransferToJSON", {
4496
4500
  enumerable: true,
4497
- get: function () { return chunkJQE2L2GO_js.axelarTransferToJSON; }
4501
+ get: function () { return chunkMVYCWIUE_js.axelarTransferToJSON; }
4498
4502
  });
4499
4503
  Object.defineProperty(exports, "axelarTransferTransactionsFromJSON", {
4500
4504
  enumerable: true,
4501
- get: function () { return chunkJQE2L2GO_js.axelarTransferTransactionsFromJSON; }
4505
+ get: function () { return chunkMVYCWIUE_js.axelarTransferTransactionsFromJSON; }
4502
4506
  });
4503
4507
  Object.defineProperty(exports, "axelarTransferTransactionsToJSON", {
4504
4508
  enumerable: true,
4505
- get: function () { return chunkJQE2L2GO_js.axelarTransferTransactionsToJSON; }
4509
+ get: function () { return chunkMVYCWIUE_js.axelarTransferTransactionsToJSON; }
4506
4510
  });
4507
4511
  Object.defineProperty(exports, "bankSendFromJSON", {
4508
4512
  enumerable: true,
4509
- get: function () { return chunkJQE2L2GO_js.bankSendFromJSON; }
4513
+ get: function () { return chunkMVYCWIUE_js.bankSendFromJSON; }
4510
4514
  });
4511
4515
  Object.defineProperty(exports, "bankSendToJSON", {
4512
4516
  enumerable: true,
4513
- get: function () { return chunkJQE2L2GO_js.bankSendToJSON; }
4517
+ get: function () { return chunkMVYCWIUE_js.bankSendToJSON; }
4514
4518
  });
4515
4519
  Object.defineProperty(exports, "bridgeFromJSON", {
4516
4520
  enumerable: true,
4517
- get: function () { return chunkJQE2L2GO_js.bridgeFromJSON; }
4521
+ get: function () { return chunkMVYCWIUE_js.bridgeFromJSON; }
4518
4522
  });
4519
4523
  Object.defineProperty(exports, "bridgeToJSON", {
4520
4524
  enumerable: true,
4521
- get: function () { return chunkJQE2L2GO_js.bridgeToJSON; }
4525
+ get: function () { return chunkMVYCWIUE_js.bridgeToJSON; }
4522
4526
  });
4523
4527
  Object.defineProperty(exports, "bridgesResponseFromJSON", {
4524
4528
  enumerable: true,
4525
- get: function () { return chunkJQE2L2GO_js.bridgesResponseFromJSON; }
4529
+ get: function () { return chunkMVYCWIUE_js.bridgesResponseFromJSON; }
4526
4530
  });
4527
4531
  Object.defineProperty(exports, "bridgesResponseToJSON", {
4528
4532
  enumerable: true,
4529
- get: function () { return chunkJQE2L2GO_js.bridgesResponseToJSON; }
4533
+ get: function () { return chunkMVYCWIUE_js.bridgesResponseToJSON; }
4530
4534
  });
4531
4535
  Object.defineProperty(exports, "cctpTransferFromJSON", {
4532
4536
  enumerable: true,
4533
- get: function () { return chunkJQE2L2GO_js.cctpTransferFromJSON; }
4537
+ get: function () { return chunkMVYCWIUE_js.cctpTransferFromJSON; }
4534
4538
  });
4535
4539
  Object.defineProperty(exports, "cctpTransferInfoFromJSON", {
4536
4540
  enumerable: true,
4537
- get: function () { return chunkJQE2L2GO_js.cctpTransferInfoFromJSON; }
4541
+ get: function () { return chunkMVYCWIUE_js.cctpTransferInfoFromJSON; }
4538
4542
  });
4539
4543
  Object.defineProperty(exports, "cctpTransferInfoToJSON", {
4540
4544
  enumerable: true,
4541
- get: function () { return chunkJQE2L2GO_js.cctpTransferInfoToJSON; }
4545
+ get: function () { return chunkMVYCWIUE_js.cctpTransferInfoToJSON; }
4542
4546
  });
4543
4547
  Object.defineProperty(exports, "cctpTransferToJSON", {
4544
4548
  enumerable: true,
4545
- get: function () { return chunkJQE2L2GO_js.cctpTransferToJSON; }
4549
+ get: function () { return chunkMVYCWIUE_js.cctpTransferToJSON; }
4546
4550
  });
4547
4551
  Object.defineProperty(exports, "cctpTransferTransactionsFromJSON", {
4548
4552
  enumerable: true,
4549
- get: function () { return chunkJQE2L2GO_js.cctpTransferTransactionsFromJSON; }
4553
+ get: function () { return chunkMVYCWIUE_js.cctpTransferTransactionsFromJSON; }
4550
4554
  });
4551
4555
  Object.defineProperty(exports, "cctpTransferTransactionsToJSON", {
4552
4556
  enumerable: true,
4553
- get: function () { return chunkJQE2L2GO_js.cctpTransferTransactionsToJSON; }
4557
+ get: function () { return chunkMVYCWIUE_js.cctpTransferTransactionsToJSON; }
4554
4558
  });
4555
4559
  Object.defineProperty(exports, "chainAffiliatesFromJSON", {
4556
4560
  enumerable: true,
4557
- get: function () { return chunkJQE2L2GO_js.chainAffiliatesFromJSON; }
4561
+ get: function () { return chunkMVYCWIUE_js.chainAffiliatesFromJSON; }
4558
4562
  });
4559
4563
  Object.defineProperty(exports, "chainAffiliatesToJSON", {
4560
4564
  enumerable: true,
4561
- get: function () { return chunkJQE2L2GO_js.chainAffiliatesToJSON; }
4565
+ get: function () { return chunkMVYCWIUE_js.chainAffiliatesToJSON; }
4562
4566
  });
4563
4567
  Object.defineProperty(exports, "chainFromJSON", {
4564
4568
  enumerable: true,
4565
- get: function () { return chunkJQE2L2GO_js.chainFromJSON; }
4569
+ get: function () { return chunkMVYCWIUE_js.chainFromJSON; }
4566
4570
  });
4567
4571
  Object.defineProperty(exports, "chainIDsToAffiliatesMapFromJSON", {
4568
4572
  enumerable: true,
4569
- get: function () { return chunkJQE2L2GO_js.chainIDsToAffiliatesMapFromJSON; }
4573
+ get: function () { return chunkMVYCWIUE_js.chainIDsToAffiliatesMapFromJSON; }
4570
4574
  });
4571
4575
  Object.defineProperty(exports, "chainIDsToAffiliatesMapToJSON", {
4572
4576
  enumerable: true,
4573
- get: function () { return chunkJQE2L2GO_js.chainIDsToAffiliatesMapToJSON; }
4577
+ get: function () { return chunkMVYCWIUE_js.chainIDsToAffiliatesMapToJSON; }
4574
4578
  });
4575
4579
  Object.defineProperty(exports, "chainToJSON", {
4576
4580
  enumerable: true,
4577
- get: function () { return chunkJQE2L2GO_js.chainToJSON; }
4581
+ get: function () { return chunkMVYCWIUE_js.chainToJSON; }
4578
4582
  });
4579
4583
  Object.defineProperty(exports, "chainTransactionFromJSON", {
4580
4584
  enumerable: true,
4581
- get: function () { return chunkJQE2L2GO_js.chainTransactionFromJSON; }
4585
+ get: function () { return chunkMVYCWIUE_js.chainTransactionFromJSON; }
4582
4586
  });
4583
4587
  Object.defineProperty(exports, "chainTransactionToJSON", {
4584
4588
  enumerable: true,
4585
- get: function () { return chunkJQE2L2GO_js.chainTransactionToJSON; }
4589
+ get: function () { return chunkMVYCWIUE_js.chainTransactionToJSON; }
4586
4590
  });
4587
4591
  Object.defineProperty(exports, "contractCallWithTokenTransactionsFromJSON", {
4588
4592
  enumerable: true,
4589
- get: function () { return chunkJQE2L2GO_js.contractCallWithTokenTransactionsFromJSON; }
4593
+ get: function () { return chunkMVYCWIUE_js.contractCallWithTokenTransactionsFromJSON; }
4590
4594
  });
4591
4595
  Object.defineProperty(exports, "contractCallWithTokenTransactionsToJSON", {
4592
4596
  enumerable: true,
4593
- get: function () { return chunkJQE2L2GO_js.contractCallWithTokenTransactionsToJSON; }
4597
+ get: function () { return chunkMVYCWIUE_js.contractCallWithTokenTransactionsToJSON; }
4594
4598
  });
4595
4599
  Object.defineProperty(exports, "cosmWasmContractMsgFromJSON", {
4596
4600
  enumerable: true,
4597
- get: function () { return chunkJQE2L2GO_js.cosmWasmContractMsgFromJSON; }
4601
+ get: function () { return chunkMVYCWIUE_js.cosmWasmContractMsgFromJSON; }
4598
4602
  });
4599
4603
  Object.defineProperty(exports, "cosmWasmContractMsgToJSON", {
4600
4604
  enumerable: true,
4601
- get: function () { return chunkJQE2L2GO_js.cosmWasmContractMsgToJSON; }
4605
+ get: function () { return chunkMVYCWIUE_js.cosmWasmContractMsgToJSON; }
4602
4606
  });
4603
4607
  Object.defineProperty(exports, "cosmosMsgFromJSON", {
4604
4608
  enumerable: true,
4605
- get: function () { return chunkJQE2L2GO_js.cosmosMsgFromJSON; }
4609
+ get: function () { return chunkMVYCWIUE_js.cosmosMsgFromJSON; }
4606
4610
  });
4607
4611
  Object.defineProperty(exports, "cosmosMsgToJSON", {
4608
4612
  enumerable: true,
4609
- get: function () { return chunkJQE2L2GO_js.cosmosMsgToJSON; }
4613
+ get: function () { return chunkMVYCWIUE_js.cosmosMsgToJSON; }
4610
4614
  });
4611
4615
  Object.defineProperty(exports, "cosmosTxFromJSON", {
4612
4616
  enumerable: true,
4613
- get: function () { return chunkJQE2L2GO_js.cosmosTxFromJSON; }
4617
+ get: function () { return chunkMVYCWIUE_js.cosmosTxFromJSON; }
4614
4618
  });
4615
4619
  Object.defineProperty(exports, "cosmosTxToJSON", {
4616
4620
  enumerable: true,
4617
- get: function () { return chunkJQE2L2GO_js.cosmosTxToJSON; }
4621
+ get: function () { return chunkMVYCWIUE_js.cosmosTxToJSON; }
4618
4622
  });
4619
4623
  Object.defineProperty(exports, "denomWithChainIDFromJSON", {
4620
4624
  enumerable: true,
4621
- get: function () { return chunkJQE2L2GO_js.denomWithChainIDFromJSON; }
4625
+ get: function () { return chunkMVYCWIUE_js.denomWithChainIDFromJSON; }
4622
4626
  });
4623
4627
  Object.defineProperty(exports, "denomWithChainIDToJSON", {
4624
4628
  enumerable: true,
4625
- get: function () { return chunkJQE2L2GO_js.denomWithChainIDToJSON; }
4629
+ get: function () { return chunkMVYCWIUE_js.denomWithChainIDToJSON; }
4626
4630
  });
4627
4631
  Object.defineProperty(exports, "erc20ApprovalFromJSON", {
4628
4632
  enumerable: true,
4629
- get: function () { return chunkJQE2L2GO_js.erc20ApprovalFromJSON; }
4633
+ get: function () { return chunkMVYCWIUE_js.erc20ApprovalFromJSON; }
4630
4634
  });
4631
4635
  Object.defineProperty(exports, "erc20ApprovalToJSON", {
4632
4636
  enumerable: true,
4633
- get: function () { return chunkJQE2L2GO_js.erc20ApprovalToJSON; }
4637
+ get: function () { return chunkMVYCWIUE_js.erc20ApprovalToJSON; }
4634
4638
  });
4635
4639
  Object.defineProperty(exports, "estimatedFeeFromJSON", {
4636
4640
  enumerable: true,
4637
- get: function () { return chunkJQE2L2GO_js.estimatedFeeFromJSON; }
4641
+ get: function () { return chunkMVYCWIUE_js.estimatedFeeFromJSON; }
4638
4642
  });
4639
4643
  Object.defineProperty(exports, "estimatedFeeToJSON", {
4640
4644
  enumerable: true,
4641
- get: function () { return chunkJQE2L2GO_js.estimatedFeeToJSON; }
4645
+ get: function () { return chunkMVYCWIUE_js.estimatedFeeToJSON; }
4642
4646
  });
4643
4647
  Object.defineProperty(exports, "evmSwapFromJSON", {
4644
4648
  enumerable: true,
4645
- get: function () { return chunkJQE2L2GO_js.evmSwapFromJSON; }
4649
+ get: function () { return chunkMVYCWIUE_js.evmSwapFromJSON; }
4646
4650
  });
4647
4651
  Object.defineProperty(exports, "evmSwapToJSON", {
4648
4652
  enumerable: true,
4649
- get: function () { return chunkJQE2L2GO_js.evmSwapToJSON; }
4653
+ get: function () { return chunkMVYCWIUE_js.evmSwapToJSON; }
4650
4654
  });
4651
4655
  Object.defineProperty(exports, "evmTxFromJSON", {
4652
4656
  enumerable: true,
4653
- get: function () { return chunkJQE2L2GO_js.evmTxFromJSON; }
4657
+ get: function () { return chunkMVYCWIUE_js.evmTxFromJSON; }
4654
4658
  });
4655
4659
  Object.defineProperty(exports, "evmTxToJSON", {
4656
4660
  enumerable: true,
4657
- get: function () { return chunkJQE2L2GO_js.evmTxToJSON; }
4661
+ get: function () { return chunkMVYCWIUE_js.evmTxToJSON; }
4658
4662
  });
4659
4663
  Object.defineProperty(exports, "feeAssetFromJSON", {
4660
4664
  enumerable: true,
4661
- get: function () { return chunkJQE2L2GO_js.feeAssetFromJSON; }
4665
+ get: function () { return chunkMVYCWIUE_js.feeAssetFromJSON; }
4662
4666
  });
4663
4667
  Object.defineProperty(exports, "feeAssetToJSON", {
4664
4668
  enumerable: true,
4665
- get: function () { return chunkJQE2L2GO_js.feeAssetToJSON; }
4669
+ get: function () { return chunkMVYCWIUE_js.feeAssetToJSON; }
4666
4670
  });
4667
4671
  Object.defineProperty(exports, "hyperlaneTransferFromJSON", {
4668
4672
  enumerable: true,
4669
- get: function () { return chunkJQE2L2GO_js.hyperlaneTransferFromJSON; }
4673
+ get: function () { return chunkMVYCWIUE_js.hyperlaneTransferFromJSON; }
4670
4674
  });
4671
4675
  Object.defineProperty(exports, "hyperlaneTransferInfoFromJSON", {
4672
4676
  enumerable: true,
4673
- get: function () { return chunkJQE2L2GO_js.hyperlaneTransferInfoFromJSON; }
4677
+ get: function () { return chunkMVYCWIUE_js.hyperlaneTransferInfoFromJSON; }
4674
4678
  });
4675
4679
  Object.defineProperty(exports, "hyperlaneTransferInfoToJSON", {
4676
4680
  enumerable: true,
4677
- get: function () { return chunkJQE2L2GO_js.hyperlaneTransferInfoToJSON; }
4681
+ get: function () { return chunkMVYCWIUE_js.hyperlaneTransferInfoToJSON; }
4678
4682
  });
4679
4683
  Object.defineProperty(exports, "hyperlaneTransferToJSON", {
4680
4684
  enumerable: true,
4681
- get: function () { return chunkJQE2L2GO_js.hyperlaneTransferToJSON; }
4685
+ get: function () { return chunkMVYCWIUE_js.hyperlaneTransferToJSON; }
4682
4686
  });
4683
4687
  Object.defineProperty(exports, "hyperlaneTransferTransactionsFromJSON", {
4684
4688
  enumerable: true,
4685
- get: function () { return chunkJQE2L2GO_js.hyperlaneTransferTransactionsFromJSON; }
4689
+ get: function () { return chunkMVYCWIUE_js.hyperlaneTransferTransactionsFromJSON; }
4686
4690
  });
4687
4691
  Object.defineProperty(exports, "hyperlaneTransferTransactionsToJSON", {
4688
4692
  enumerable: true,
4689
- get: function () { return chunkJQE2L2GO_js.hyperlaneTransferTransactionsToJSON; }
4693
+ get: function () { return chunkMVYCWIUE_js.hyperlaneTransferTransactionsToJSON; }
4690
4694
  });
4691
4695
  Object.defineProperty(exports, "ibcAddressFromJSON", {
4692
4696
  enumerable: true,
4693
- get: function () { return chunkJQE2L2GO_js.ibcAddressFromJSON; }
4697
+ get: function () { return chunkMVYCWIUE_js.ibcAddressFromJSON; }
4694
4698
  });
4695
4699
  Object.defineProperty(exports, "ibcAddressToJSON", {
4696
4700
  enumerable: true,
4697
- get: function () { return chunkJQE2L2GO_js.ibcAddressToJSON; }
4701
+ get: function () { return chunkMVYCWIUE_js.ibcAddressToJSON; }
4698
4702
  });
4699
4703
  Object.defineProperty(exports, "ibcCapabilitiesFromJSON", {
4700
4704
  enumerable: true,
4701
- get: function () { return chunkJQE2L2GO_js.ibcCapabilitiesFromJSON; }
4705
+ get: function () { return chunkMVYCWIUE_js.ibcCapabilitiesFromJSON; }
4702
4706
  });
4703
4707
  Object.defineProperty(exports, "ibcCapabilitiesToJSON", {
4704
4708
  enumerable: true,
4705
- get: function () { return chunkJQE2L2GO_js.ibcCapabilitiesToJSON; }
4709
+ get: function () { return chunkMVYCWIUE_js.ibcCapabilitiesToJSON; }
4706
4710
  });
4707
4711
  Object.defineProperty(exports, "messageResponseFromJSON", {
4708
4712
  enumerable: true,
4709
- get: function () { return chunkJQE2L2GO_js.messageResponseFromJSON; }
4713
+ get: function () { return chunkMVYCWIUE_js.messageResponseFromJSON; }
4710
4714
  });
4711
4715
  Object.defineProperty(exports, "msgFromJSON", {
4712
4716
  enumerable: true,
4713
- get: function () { return chunkJQE2L2GO_js.msgFromJSON; }
4717
+ get: function () { return chunkMVYCWIUE_js.msgFromJSON; }
4714
4718
  });
4715
4719
  Object.defineProperty(exports, "msgToJSON", {
4716
4720
  enumerable: true,
4717
- get: function () { return chunkJQE2L2GO_js.msgToJSON; }
4721
+ get: function () { return chunkMVYCWIUE_js.msgToJSON; }
4718
4722
  });
4719
4723
  Object.defineProperty(exports, "msgsDirectRequestFromJSON", {
4720
4724
  enumerable: true,
4721
- get: function () { return chunkJQE2L2GO_js.msgsDirectRequestFromJSON; }
4725
+ get: function () { return chunkMVYCWIUE_js.msgsDirectRequestFromJSON; }
4722
4726
  });
4723
4727
  Object.defineProperty(exports, "msgsDirectRequestToJSON", {
4724
4728
  enumerable: true,
4725
- get: function () { return chunkJQE2L2GO_js.msgsDirectRequestToJSON; }
4729
+ get: function () { return chunkMVYCWIUE_js.msgsDirectRequestToJSON; }
4726
4730
  });
4727
4731
  Object.defineProperty(exports, "msgsRequestFromJSON", {
4728
4732
  enumerable: true,
4729
- get: function () { return chunkJQE2L2GO_js.msgsRequestFromJSON; }
4733
+ get: function () { return chunkMVYCWIUE_js.msgsRequestFromJSON; }
4730
4734
  });
4731
4735
  Object.defineProperty(exports, "msgsRequestToJSON", {
4732
4736
  enumerable: true,
4733
- get: function () { return chunkJQE2L2GO_js.msgsRequestToJSON; }
4737
+ get: function () { return chunkMVYCWIUE_js.msgsRequestToJSON; }
4734
4738
  });
4735
4739
  Object.defineProperty(exports, "multiChainMsgFromJSON", {
4736
4740
  enumerable: true,
4737
- get: function () { return chunkJQE2L2GO_js.multiChainMsgFromJSON; }
4741
+ get: function () { return chunkMVYCWIUE_js.multiChainMsgFromJSON; }
4738
4742
  });
4739
4743
  Object.defineProperty(exports, "multiChainMsgToJSON", {
4740
4744
  enumerable: true,
4741
- get: function () { return chunkJQE2L2GO_js.multiChainMsgToJSON; }
4745
+ get: function () { return chunkMVYCWIUE_js.multiChainMsgToJSON; }
4742
4746
  });
4743
4747
  Object.defineProperty(exports, "nextBlockingTransferFromJSON", {
4744
4748
  enumerable: true,
4745
- get: function () { return chunkJQE2L2GO_js.nextBlockingTransferFromJSON; }
4749
+ get: function () { return chunkMVYCWIUE_js.nextBlockingTransferFromJSON; }
4746
4750
  });
4747
4751
  Object.defineProperty(exports, "nextBlockingTransferToJSON", {
4748
4752
  enumerable: true,
4749
- get: function () { return chunkJQE2L2GO_js.nextBlockingTransferToJSON; }
4753
+ get: function () { return chunkMVYCWIUE_js.nextBlockingTransferToJSON; }
4750
4754
  });
4751
4755
  Object.defineProperty(exports, "opInitTransferFromJSON", {
4752
4756
  enumerable: true,
4753
- get: function () { return chunkJQE2L2GO_js.opInitTransferFromJSON; }
4757
+ get: function () { return chunkMVYCWIUE_js.opInitTransferFromJSON; }
4754
4758
  });
4755
4759
  Object.defineProperty(exports, "opInitTransferInfoFromJSON", {
4756
4760
  enumerable: true,
4757
- get: function () { return chunkJQE2L2GO_js.opInitTransferInfoFromJSON; }
4761
+ get: function () { return chunkMVYCWIUE_js.opInitTransferInfoFromJSON; }
4758
4762
  });
4759
4763
  Object.defineProperty(exports, "opInitTransferInfoToJSON", {
4760
4764
  enumerable: true,
4761
- get: function () { return chunkJQE2L2GO_js.opInitTransferInfoToJSON; }
4765
+ get: function () { return chunkMVYCWIUE_js.opInitTransferInfoToJSON; }
4762
4766
  });
4763
4767
  Object.defineProperty(exports, "opInitTransferToJSON", {
4764
4768
  enumerable: true,
4765
- get: function () { return chunkJQE2L2GO_js.opInitTransferToJSON; }
4769
+ get: function () { return chunkMVYCWIUE_js.opInitTransferToJSON; }
4766
4770
  });
4767
4771
  Object.defineProperty(exports, "opInitTransferTransactionsFromJSON", {
4768
4772
  enumerable: true,
4769
- get: function () { return chunkJQE2L2GO_js.opInitTransferTransactionsFromJSON; }
4773
+ get: function () { return chunkMVYCWIUE_js.opInitTransferTransactionsFromJSON; }
4770
4774
  });
4771
4775
  Object.defineProperty(exports, "opInitTransferTransactionsToJSON", {
4772
4776
  enumerable: true,
4773
- get: function () { return chunkJQE2L2GO_js.opInitTransferTransactionsToJSON; }
4777
+ get: function () { return chunkMVYCWIUE_js.opInitTransferTransactionsToJSON; }
4774
4778
  });
4775
4779
  Object.defineProperty(exports, "operationFromJSON", {
4776
4780
  enumerable: true,
4777
- get: function () { return chunkJQE2L2GO_js.operationFromJSON; }
4781
+ get: function () { return chunkMVYCWIUE_js.operationFromJSON; }
4778
4782
  });
4779
4783
  Object.defineProperty(exports, "operationToJSON", {
4780
4784
  enumerable: true,
4781
- get: function () { return chunkJQE2L2GO_js.operationToJSON; }
4785
+ get: function () { return chunkMVYCWIUE_js.operationToJSON; }
4782
4786
  });
4783
4787
  Object.defineProperty(exports, "originAssetsRequestFromJSON", {
4784
4788
  enumerable: true,
4785
- get: function () { return chunkJQE2L2GO_js.originAssetsRequestFromJSON; }
4789
+ get: function () { return chunkMVYCWIUE_js.originAssetsRequestFromJSON; }
4786
4790
  });
4787
4791
  Object.defineProperty(exports, "originAssetsRequestToJSON", {
4788
4792
  enumerable: true,
4789
- get: function () { return chunkJQE2L2GO_js.originAssetsRequestToJSON; }
4793
+ get: function () { return chunkMVYCWIUE_js.originAssetsRequestToJSON; }
4790
4794
  });
4791
4795
  Object.defineProperty(exports, "originAssetsResponseFromJSON", {
4792
4796
  enumerable: true,
4793
- get: function () { return chunkJQE2L2GO_js.originAssetsResponseFromJSON; }
4797
+ get: function () { return chunkMVYCWIUE_js.originAssetsResponseFromJSON; }
4794
4798
  });
4795
4799
  Object.defineProperty(exports, "originAssetsResponseToJSON", {
4796
4800
  enumerable: true,
4797
- get: function () { return chunkJQE2L2GO_js.originAssetsResponseToJSON; }
4801
+ get: function () { return chunkMVYCWIUE_js.originAssetsResponseToJSON; }
4798
4802
  });
4799
4803
  Object.defineProperty(exports, "packetFromJSON", {
4800
4804
  enumerable: true,
4801
- get: function () { return chunkJQE2L2GO_js.packetFromJSON; }
4805
+ get: function () { return chunkMVYCWIUE_js.packetFromJSON; }
4802
4806
  });
4803
4807
  Object.defineProperty(exports, "packetToJSON", {
4804
4808
  enumerable: true,
4805
- get: function () { return chunkJQE2L2GO_js.packetToJSON; }
4809
+ get: function () { return chunkMVYCWIUE_js.packetToJSON; }
4806
4810
  });
4807
4811
  Object.defineProperty(exports, "postHandlerFromJSON", {
4808
4812
  enumerable: true,
4809
- get: function () { return chunkJQE2L2GO_js.postHandlerFromJSON; }
4813
+ get: function () { return chunkMVYCWIUE_js.postHandlerFromJSON; }
4810
4814
  });
4811
4815
  Object.defineProperty(exports, "postHandlerToJSON", {
4812
4816
  enumerable: true,
4813
- get: function () { return chunkJQE2L2GO_js.postHandlerToJSON; }
4817
+ get: function () { return chunkMVYCWIUE_js.postHandlerToJSON; }
4814
4818
  });
4815
4819
  Object.defineProperty(exports, "recommendAssetsRequestFromJSON", {
4816
4820
  enumerable: true,
4817
- get: function () { return chunkJQE2L2GO_js.recommendAssetsRequestFromJSON; }
4821
+ get: function () { return chunkMVYCWIUE_js.recommendAssetsRequestFromJSON; }
4818
4822
  });
4819
4823
  Object.defineProperty(exports, "recommendAssetsRequestToJSON", {
4820
4824
  enumerable: true,
4821
- get: function () { return chunkJQE2L2GO_js.recommendAssetsRequestToJSON; }
4825
+ get: function () { return chunkMVYCWIUE_js.recommendAssetsRequestToJSON; }
4822
4826
  });
4823
4827
  Object.defineProperty(exports, "recommendAssetsResponseFromJSON", {
4824
4828
  enumerable: true,
4825
- get: function () { return chunkJQE2L2GO_js.recommendAssetsResponseFromJSON; }
4829
+ get: function () { return chunkMVYCWIUE_js.recommendAssetsResponseFromJSON; }
4826
4830
  });
4827
4831
  Object.defineProperty(exports, "recommendAssetsResponseToJSON", {
4828
4832
  enumerable: true,
4829
- get: function () { return chunkJQE2L2GO_js.recommendAssetsResponseToJSON; }
4833
+ get: function () { return chunkMVYCWIUE_js.recommendAssetsResponseToJSON; }
4830
4834
  });
4831
4835
  Object.defineProperty(exports, "recommendationEntryFromJSON", {
4832
4836
  enumerable: true,
4833
- get: function () { return chunkJQE2L2GO_js.recommendationEntryFromJSON; }
4837
+ get: function () { return chunkMVYCWIUE_js.recommendationEntryFromJSON; }
4834
4838
  });
4835
4839
  Object.defineProperty(exports, "recommendationEntryToJSON", {
4836
4840
  enumerable: true,
4837
- get: function () { return chunkJQE2L2GO_js.recommendationEntryToJSON; }
4841
+ get: function () { return chunkMVYCWIUE_js.recommendationEntryToJSON; }
4838
4842
  });
4839
4843
  Object.defineProperty(exports, "routeRequestFromJSON", {
4840
4844
  enumerable: true,
4841
- get: function () { return chunkJQE2L2GO_js.routeRequestFromJSON; }
4845
+ get: function () { return chunkMVYCWIUE_js.routeRequestFromJSON; }
4842
4846
  });
4843
4847
  Object.defineProperty(exports, "routeRequestToJSON", {
4844
4848
  enumerable: true,
4845
- get: function () { return chunkJQE2L2GO_js.routeRequestToJSON; }
4849
+ get: function () { return chunkMVYCWIUE_js.routeRequestToJSON; }
4846
4850
  });
4847
4851
  Object.defineProperty(exports, "routeResponseFromJSON", {
4848
4852
  enumerable: true,
4849
- get: function () { return chunkJQE2L2GO_js.routeResponseFromJSON; }
4853
+ get: function () { return chunkMVYCWIUE_js.routeResponseFromJSON; }
4850
4854
  });
4851
4855
  Object.defineProperty(exports, "routeResponseToJSON", {
4852
4856
  enumerable: true,
4853
- get: function () { return chunkJQE2L2GO_js.routeResponseToJSON; }
4857
+ get: function () { return chunkMVYCWIUE_js.routeResponseToJSON; }
4854
4858
  });
4855
4859
  Object.defineProperty(exports, "sendTokenTransactionsFromJSON", {
4856
4860
  enumerable: true,
4857
- get: function () { return chunkJQE2L2GO_js.sendTokenTransactionsFromJSON; }
4861
+ get: function () { return chunkMVYCWIUE_js.sendTokenTransactionsFromJSON; }
4858
4862
  });
4859
4863
  Object.defineProperty(exports, "sendTokenTransactionsToJSON", {
4860
4864
  enumerable: true,
4861
- get: function () { return chunkJQE2L2GO_js.sendTokenTransactionsToJSON; }
4865
+ get: function () { return chunkMVYCWIUE_js.sendTokenTransactionsToJSON; }
4862
4866
  });
4863
4867
  Object.defineProperty(exports, "smartRelayFeeQuoteFromJSON", {
4864
4868
  enumerable: true,
4865
- get: function () { return chunkJQE2L2GO_js.smartRelayFeeQuoteFromJSON; }
4869
+ get: function () { return chunkMVYCWIUE_js.smartRelayFeeQuoteFromJSON; }
4866
4870
  });
4867
4871
  Object.defineProperty(exports, "smartRelayFeeQuoteToJSON", {
4868
4872
  enumerable: true,
4869
- get: function () { return chunkJQE2L2GO_js.smartRelayFeeQuoteToJSON; }
4873
+ get: function () { return chunkMVYCWIUE_js.smartRelayFeeQuoteToJSON; }
4870
4874
  });
4871
4875
  Object.defineProperty(exports, "smartSwapExactCoinInFromJSON", {
4872
4876
  enumerable: true,
4873
- get: function () { return chunkJQE2L2GO_js.smartSwapExactCoinInFromJSON; }
4877
+ get: function () { return chunkMVYCWIUE_js.smartSwapExactCoinInFromJSON; }
4874
4878
  });
4875
4879
  Object.defineProperty(exports, "smartSwapExactCoinInToJSON", {
4876
4880
  enumerable: true,
4877
- get: function () { return chunkJQE2L2GO_js.smartSwapExactCoinInToJSON; }
4881
+ get: function () { return chunkMVYCWIUE_js.smartSwapExactCoinInToJSON; }
4878
4882
  });
4879
4883
  Object.defineProperty(exports, "smartSwapOptionsFromJSON", {
4880
4884
  enumerable: true,
4881
- get: function () { return chunkJQE2L2GO_js.smartSwapOptionsFromJSON; }
4885
+ get: function () { return chunkMVYCWIUE_js.smartSwapOptionsFromJSON; }
4882
4886
  });
4883
4887
  Object.defineProperty(exports, "smartSwapOptionsToJSON", {
4884
4888
  enumerable: true,
4885
- get: function () { return chunkJQE2L2GO_js.smartSwapOptionsToJSON; }
4889
+ get: function () { return chunkMVYCWIUE_js.smartSwapOptionsToJSON; }
4886
4890
  });
4887
4891
  Object.defineProperty(exports, "submitTxRequestFromJSON", {
4888
4892
  enumerable: true,
4889
- get: function () { return chunkJQE2L2GO_js.submitTxRequestFromJSON; }
4893
+ get: function () { return chunkMVYCWIUE_js.submitTxRequestFromJSON; }
4890
4894
  });
4891
4895
  Object.defineProperty(exports, "submitTxRequestToJSON", {
4892
4896
  enumerable: true,
4893
- get: function () { return chunkJQE2L2GO_js.submitTxRequestToJSON; }
4897
+ get: function () { return chunkMVYCWIUE_js.submitTxRequestToJSON; }
4894
4898
  });
4895
4899
  Object.defineProperty(exports, "submitTxResponseFromJSON", {
4896
4900
  enumerable: true,
4897
- get: function () { return chunkJQE2L2GO_js.submitTxResponseFromJSON; }
4901
+ get: function () { return chunkMVYCWIUE_js.submitTxResponseFromJSON; }
4898
4902
  });
4899
4903
  Object.defineProperty(exports, "submitTxResponseToJSON", {
4900
4904
  enumerable: true,
4901
- get: function () { return chunkJQE2L2GO_js.submitTxResponseToJSON; }
4905
+ get: function () { return chunkMVYCWIUE_js.submitTxResponseToJSON; }
4902
4906
  });
4903
4907
  Object.defineProperty(exports, "svmTxFromJSON", {
4904
4908
  enumerable: true,
4905
- get: function () { return chunkJQE2L2GO_js.svmTxFromJSON; }
4909
+ get: function () { return chunkMVYCWIUE_js.svmTxFromJSON; }
4906
4910
  });
4907
4911
  Object.defineProperty(exports, "svmTxToJSON", {
4908
4912
  enumerable: true,
4909
- get: function () { return chunkJQE2L2GO_js.svmTxToJSON; }
4913
+ get: function () { return chunkMVYCWIUE_js.svmTxToJSON; }
4910
4914
  });
4911
4915
  Object.defineProperty(exports, "swapExactCoinInFromJSON", {
4912
4916
  enumerable: true,
4913
- get: function () { return chunkJQE2L2GO_js.swapExactCoinInFromJSON; }
4917
+ get: function () { return chunkMVYCWIUE_js.swapExactCoinInFromJSON; }
4914
4918
  });
4915
4919
  Object.defineProperty(exports, "swapExactCoinInToJSON", {
4916
4920
  enumerable: true,
4917
- get: function () { return chunkJQE2L2GO_js.swapExactCoinInToJSON; }
4921
+ get: function () { return chunkMVYCWIUE_js.swapExactCoinInToJSON; }
4918
4922
  });
4919
4923
  Object.defineProperty(exports, "swapExactCoinOutFromJSON", {
4920
4924
  enumerable: true,
4921
- get: function () { return chunkJQE2L2GO_js.swapExactCoinOutFromJSON; }
4925
+ get: function () { return chunkMVYCWIUE_js.swapExactCoinOutFromJSON; }
4922
4926
  });
4923
4927
  Object.defineProperty(exports, "swapExactCoinOutToJSON", {
4924
4928
  enumerable: true,
4925
- get: function () { return chunkJQE2L2GO_js.swapExactCoinOutToJSON; }
4929
+ get: function () { return chunkMVYCWIUE_js.swapExactCoinOutToJSON; }
4926
4930
  });
4927
4931
  Object.defineProperty(exports, "swapFromJSON", {
4928
4932
  enumerable: true,
4929
- get: function () { return chunkJQE2L2GO_js.swapFromJSON; }
4933
+ get: function () { return chunkMVYCWIUE_js.swapFromJSON; }
4930
4934
  });
4931
4935
  Object.defineProperty(exports, "swapOperationFromJSON", {
4932
4936
  enumerable: true,
4933
- get: function () { return chunkJQE2L2GO_js.swapOperationFromJSON; }
4937
+ get: function () { return chunkMVYCWIUE_js.swapOperationFromJSON; }
4934
4938
  });
4935
4939
  Object.defineProperty(exports, "swapOperationToJSON", {
4936
4940
  enumerable: true,
4937
- get: function () { return chunkJQE2L2GO_js.swapOperationToJSON; }
4941
+ get: function () { return chunkMVYCWIUE_js.swapOperationToJSON; }
4938
4942
  });
4939
4943
  Object.defineProperty(exports, "swapRouteFromJSON", {
4940
4944
  enumerable: true,
4941
- get: function () { return chunkJQE2L2GO_js.swapRouteFromJSON; }
4945
+ get: function () { return chunkMVYCWIUE_js.swapRouteFromJSON; }
4942
4946
  });
4943
4947
  Object.defineProperty(exports, "swapRouteToJSON", {
4944
4948
  enumerable: true,
4945
- get: function () { return chunkJQE2L2GO_js.swapRouteToJSON; }
4949
+ get: function () { return chunkMVYCWIUE_js.swapRouteToJSON; }
4946
4950
  });
4947
4951
  Object.defineProperty(exports, "swapToJSON", {
4948
4952
  enumerable: true,
4949
- get: function () { return chunkJQE2L2GO_js.swapToJSON; }
4953
+ get: function () { return chunkMVYCWIUE_js.swapToJSON; }
4950
4954
  });
4951
4955
  Object.defineProperty(exports, "swapVenueFromJSON", {
4952
4956
  enumerable: true,
4953
- get: function () { return chunkJQE2L2GO_js.swapVenueFromJSON; }
4957
+ get: function () { return chunkMVYCWIUE_js.swapVenueFromJSON; }
4954
4958
  });
4955
4959
  Object.defineProperty(exports, "swapVenueRequestFromJSON", {
4956
4960
  enumerable: true,
4957
- get: function () { return chunkJQE2L2GO_js.swapVenueRequestFromJSON; }
4961
+ get: function () { return chunkMVYCWIUE_js.swapVenueRequestFromJSON; }
4958
4962
  });
4959
4963
  Object.defineProperty(exports, "swapVenueRequestToJSON", {
4960
4964
  enumerable: true,
4961
- get: function () { return chunkJQE2L2GO_js.swapVenueRequestToJSON; }
4965
+ get: function () { return chunkMVYCWIUE_js.swapVenueRequestToJSON; }
4962
4966
  });
4963
4967
  Object.defineProperty(exports, "swapVenueToJSON", {
4964
4968
  enumerable: true,
4965
- get: function () { return chunkJQE2L2GO_js.swapVenueToJSON; }
4969
+ get: function () { return chunkMVYCWIUE_js.swapVenueToJSON; }
4966
4970
  });
4967
4971
  Object.defineProperty(exports, "trackTxRequestFromJSON", {
4968
4972
  enumerable: true,
4969
- get: function () { return chunkJQE2L2GO_js.trackTxRequestFromJSON; }
4973
+ get: function () { return chunkMVYCWIUE_js.trackTxRequestFromJSON; }
4970
4974
  });
4971
4975
  Object.defineProperty(exports, "trackTxRequestToJSON", {
4972
4976
  enumerable: true,
4973
- get: function () { return chunkJQE2L2GO_js.trackTxRequestToJSON; }
4977
+ get: function () { return chunkMVYCWIUE_js.trackTxRequestToJSON; }
4974
4978
  });
4975
4979
  Object.defineProperty(exports, "trackTxResponseFromJSON", {
4976
4980
  enumerable: true,
4977
- get: function () { return chunkJQE2L2GO_js.trackTxResponseFromJSON; }
4981
+ get: function () { return chunkMVYCWIUE_js.trackTxResponseFromJSON; }
4978
4982
  });
4979
4983
  Object.defineProperty(exports, "trackTxResponseToJSON", {
4980
4984
  enumerable: true,
4981
- get: function () { return chunkJQE2L2GO_js.trackTxResponseToJSON; }
4985
+ get: function () { return chunkMVYCWIUE_js.trackTxResponseToJSON; }
4982
4986
  });
4983
4987
  Object.defineProperty(exports, "transferAssetReleaseFromJSON", {
4984
4988
  enumerable: true,
4985
- get: function () { return chunkJQE2L2GO_js.transferAssetReleaseFromJSON; }
4989
+ get: function () { return chunkMVYCWIUE_js.transferAssetReleaseFromJSON; }
4986
4990
  });
4987
4991
  Object.defineProperty(exports, "transferAssetReleaseToJSON", {
4988
4992
  enumerable: true,
4989
- get: function () { return chunkJQE2L2GO_js.transferAssetReleaseToJSON; }
4993
+ get: function () { return chunkMVYCWIUE_js.transferAssetReleaseToJSON; }
4990
4994
  });
4991
4995
  Object.defineProperty(exports, "transferEventFromJSON", {
4992
4996
  enumerable: true,
4993
- get: function () { return chunkJQE2L2GO_js.transferEventFromJSON; }
4997
+ get: function () { return chunkMVYCWIUE_js.transferEventFromJSON; }
4994
4998
  });
4995
4999
  Object.defineProperty(exports, "transferEventToJSON", {
4996
5000
  enumerable: true,
4997
- get: function () { return chunkJQE2L2GO_js.transferEventToJSON; }
5001
+ get: function () { return chunkMVYCWIUE_js.transferEventToJSON; }
4998
5002
  });
4999
5003
  Object.defineProperty(exports, "transferFromJSON", {
5000
5004
  enumerable: true,
5001
- get: function () { return chunkJQE2L2GO_js.transferFromJSON; }
5005
+ get: function () { return chunkMVYCWIUE_js.transferFromJSON; }
5002
5006
  });
5003
5007
  Object.defineProperty(exports, "transferInfoFromJSON", {
5004
5008
  enumerable: true,
5005
- get: function () { return chunkJQE2L2GO_js.transferInfoFromJSON; }
5009
+ get: function () { return chunkMVYCWIUE_js.transferInfoFromJSON; }
5006
5010
  });
5007
5011
  Object.defineProperty(exports, "transferInfoToJSON", {
5008
5012
  enumerable: true,
5009
- get: function () { return chunkJQE2L2GO_js.transferInfoToJSON; }
5013
+ get: function () { return chunkMVYCWIUE_js.transferInfoToJSON; }
5010
5014
  });
5011
5015
  Object.defineProperty(exports, "transferStatusFromJSON", {
5012
5016
  enumerable: true,
5013
- get: function () { return chunkJQE2L2GO_js.transferStatusFromJSON; }
5017
+ get: function () { return chunkMVYCWIUE_js.transferStatusFromJSON; }
5014
5018
  });
5015
5019
  Object.defineProperty(exports, "transferStatusToJSON", {
5016
5020
  enumerable: true,
5017
- get: function () { return chunkJQE2L2GO_js.transferStatusToJSON; }
5021
+ get: function () { return chunkMVYCWIUE_js.transferStatusToJSON; }
5018
5022
  });
5019
5023
  Object.defineProperty(exports, "transferToJSON", {
5020
5024
  enumerable: true,
5021
- get: function () { return chunkJQE2L2GO_js.transferToJSON; }
5025
+ get: function () { return chunkMVYCWIUE_js.transferToJSON; }
5022
5026
  });
5023
5027
  Object.defineProperty(exports, "txFromJSON", {
5024
5028
  enumerable: true,
5025
- get: function () { return chunkJQE2L2GO_js.txFromJSON; }
5029
+ get: function () { return chunkMVYCWIUE_js.txFromJSON; }
5026
5030
  });
5027
5031
  Object.defineProperty(exports, "txStatusRequestFromJSON", {
5028
5032
  enumerable: true,
5029
- get: function () { return chunkJQE2L2GO_js.txStatusRequestFromJSON; }
5033
+ get: function () { return chunkMVYCWIUE_js.txStatusRequestFromJSON; }
5030
5034
  });
5031
5035
  Object.defineProperty(exports, "txStatusRequestToJSON", {
5032
5036
  enumerable: true,
5033
- get: function () { return chunkJQE2L2GO_js.txStatusRequestToJSON; }
5037
+ get: function () { return chunkMVYCWIUE_js.txStatusRequestToJSON; }
5034
5038
  });
5035
5039
  Object.defineProperty(exports, "txStatusResponseFromJSON", {
5036
5040
  enumerable: true,
5037
- get: function () { return chunkJQE2L2GO_js.txStatusResponseFromJSON; }
5041
+ get: function () { return chunkMVYCWIUE_js.txStatusResponseFromJSON; }
5038
5042
  });
5039
5043
  Object.defineProperty(exports, "txStatusResponseToJSON", {
5040
5044
  enumerable: true,
5041
- get: function () { return chunkJQE2L2GO_js.txStatusResponseToJSON; }
5045
+ get: function () { return chunkMVYCWIUE_js.txStatusResponseToJSON; }
5042
5046
  });
5043
5047
  Object.defineProperty(exports, "txToJSON", {
5044
5048
  enumerable: true,
5045
- get: function () { return chunkJQE2L2GO_js.txToJSON; }
5049
+ get: function () { return chunkMVYCWIUE_js.txToJSON; }
5046
5050
  });
5047
5051
  exports.SKIP_API_URL = SKIP_API_URL;
5048
5052
  exports.SkipClient = SkipClient;