@sodax/sdk 1.5.0-beta → 1.5.1-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
@@ -8745,7 +8745,7 @@ var universalRouterAbi = [
8745
8745
  ];
8746
8746
 
8747
8747
  // ../types/dist/constants/index.js
8748
- var CONFIG_VERSION = 35;
8748
+ var CONFIG_VERSION = 36;
8749
8749
  var AVALANCHE_MAINNET_CHAIN_ID = "0xa86a.avax";
8750
8750
  var ARBITRUM_MAINNET_CHAIN_ID = "0xa4b1.arbitrum";
8751
8751
  var BASE_MAINNET_CHAIN_ID = "0x2105.base";
@@ -34962,7 +34962,6 @@ var AssetService = class {
34962
34962
  calls.push(EvmVaultTokenService.encodeWithdraw(assetConfig.vault, assetConfig.asset, vaultAmount));
34963
34963
  const translatedAmount = EvmVaultTokenService.translateIncomingDecimals(assetConfig.decimal, vaultAmount);
34964
34964
  if (dstChainId === this.hubProvider.chainConfig.chain.id) {
34965
- calls.push(Erc20Service.encodeTransfer(assetConfig.asset, recipient, translatedAmount));
34966
34965
  if (assetConfig.asset.toLowerCase() === this.configService.spokeChainConfig[dstChainId].addresses.wrappedSonic.toLowerCase()) {
34967
34966
  const withdrawToCall = {
34968
34967
  address: assetConfig.asset,