liquid-sdk 1.7.4 → 1.7.5

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
@@ -1807,7 +1807,7 @@ var LiquidSDK = class {
1807
1807
  address: weth,
1808
1808
  abi: ERC20Abi,
1809
1809
  functionName: "approve",
1810
- args: [ADDRESSES.SNIPER_UTIL_V2, params.amountIn * 10n],
1810
+ args: [ADDRESSES.SNIPER_UTIL_V2, params.amountIn],
1811
1811
  chain: base2,
1812
1812
  account
1813
1813
  });