@sodax/sdk 0.0.1-rc.26 → 0.0.1-rc.27

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.mjs CHANGED
@@ -10822,7 +10822,6 @@ var SpokeService = class _SpokeService {
10822
10822
  return InjectiveSpokeService.deposit(params, spokeProvider, hubProvider, raw);
10823
10823
  }
10824
10824
  if (spokeProvider instanceof IconSpokeProvider) {
10825
- await _SpokeService.verifyDepositSimulation(params, spokeProvider, hubProvider, skipSimulation);
10826
10825
  return IconSpokeService.deposit(
10827
10826
  params,
10828
10827
  spokeProvider,
@@ -10849,7 +10848,6 @@ var SpokeService = class _SpokeService {
10849
10848
  );
10850
10849
  }
10851
10850
  if (spokeProvider instanceof StellarSpokeProvider) {
10852
- await _SpokeService.verifyDepositSimulation(params, spokeProvider, hubProvider, skipSimulation);
10853
10851
  return StellarSpokeService.deposit(
10854
10852
  params,
10855
10853
  spokeProvider,