liquid-sdk 1.6.4 → 1.6.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.js CHANGED
@@ -1313,7 +1313,7 @@ var LiquidSDK = class {
1313
1313
  functionName: "deployToken",
1314
1314
  args: [deploymentConfig],
1315
1315
  value: msgValue,
1316
- gas: 1500000n,
1316
+ gas: 5000000n,
1317
1317
  chain: import_chains2.base,
1318
1318
  account: this.walletClient.account
1319
1319
  });