@wormhole-foundation/sdk-sui-ntt 2.0.0-beta-5 → 3.0.0-multi-token.beta.0

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.
@@ -285,7 +285,7 @@ class SuiNttWithExecutor {
285
285
  // Message value should be 0 for Sui executor
286
286
  let msgValue = 0n;
287
287
  // Gas limit here is an estimate based on the complexity of our operations
288
- const gasLimit = 10000000n;
288
+ const gasLimit = 20000000n;
289
289
  return { msgValue, gasLimit };
290
290
  }
291
291
  // Utility method to get supported destination chains
@@ -282,7 +282,7 @@ export class SuiNttWithExecutor {
282
282
  // Message value should be 0 for Sui executor
283
283
  let msgValue = 0n;
284
284
  // Gas limit here is an estimate based on the complexity of our operations
285
- const gasLimit = 10000000n;
285
+ const gasLimit = 20000000n;
286
286
  return { msgValue, gasLimit };
287
287
  }
288
288
  // Utility method to get supported destination chains
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wormhole-foundation/sdk-sui-ntt",
3
- "version": "2.0.0-beta-5",
3
+ "version": "3.0.0-multi-token.beta.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -40,7 +40,7 @@
40
40
  "test": "jest --config ./jest.config.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@wormhole-foundation/sdk-definitions-ntt": "2.0.0-beta-5",
43
+ "@wormhole-foundation/sdk-definitions-ntt": "3.0.0-multi-token.beta.0",
44
44
  "@mysten/sui": "1.37.2"
45
45
  },
46
46
  "peerDependencies": {