@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.cjs CHANGED
@@ -10850,7 +10850,6 @@ var SpokeService = class _SpokeService {
10850
10850
  return InjectiveSpokeService.deposit(params, spokeProvider, hubProvider, raw);
10851
10851
  }
10852
10852
  if (spokeProvider instanceof IconSpokeProvider) {
10853
- await _SpokeService.verifyDepositSimulation(params, spokeProvider, hubProvider, skipSimulation);
10854
10853
  return IconSpokeService.deposit(
10855
10854
  params,
10856
10855
  spokeProvider,
@@ -10877,7 +10876,6 @@ var SpokeService = class _SpokeService {
10877
10876
  );
10878
10877
  }
10879
10878
  if (spokeProvider instanceof StellarSpokeProvider) {
10880
- await _SpokeService.verifyDepositSimulation(params, spokeProvider, hubProvider, skipSimulation);
10881
10879
  return StellarSpokeService.deposit(
10882
10880
  params,
10883
10881
  spokeProvider,