liquid-sdk 1.6.3 → 1.6.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
@@ -1256,6 +1256,7 @@ var LiquidSDK = class {
1256
1256
  functionName: "deployToken",
1257
1257
  args: [deploymentConfig],
1258
1258
  value: msgValue,
1259
+ gas: 1500000n,
1259
1260
  chain: base2,
1260
1261
  account: this.walletClient.account
1261
1262
  });