liquid-sdk 1.5.3 → 1.5.4

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
@@ -1683,7 +1683,7 @@ var LiquidSDK = class {
1683
1683
  value: params.bidAmount,
1684
1684
  chain: base2,
1685
1685
  account,
1686
- gas: 500000n,
1686
+ gas: 800000n,
1687
1687
  maxFeePerGas,
1688
1688
  maxPriorityFeePerGas: maxFeePerGas
1689
1689
  });