@layerzerolabs/lz-ton-sdk-v2 3.0.53 → 3.0.56

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.d.mts CHANGED
@@ -5539,6 +5539,7 @@ declare const OPCODES: {
5539
5539
  readonly Executor_OP_LZ_RECEIVE_PREPARE: 333322037n;
5540
5540
  readonly Executor_OP_NATIVE_DROP_AND_LZ_RECEIVE_PREPARE: 1812316278n;
5541
5541
  readonly Executor_OP_LZ_RECEIVE_ALERT: 3844476787n;
5542
+ readonly Executor_OP_SET_NATIVE_DROP_TOTAL_CAP: 1545183747n;
5542
5543
  readonly PriceFeedCache_OP_UPDATE_PRICE: 3356097040n;
5543
5544
  readonly PriceFeedCache_OP_UPDATE_NATIVE_PRICE: 2272264441n;
5544
5545
  readonly PriceFeedCache_OP_UPDATE_OP_PRICES: 68094176n;
@@ -5883,6 +5884,10 @@ declare const EVENTS: {
5883
5884
  readonly stringValue: "Executor::event::NATIVE_DROP";
5884
5885
  readonly intValue: 7316076186905607966866576777852961112640458457292397282198021099344n;
5885
5886
  };
5887
+ readonly Executor_event_NATIVE_DROP_TOTAL_CAP_SET: {
5888
+ readonly stringValue: "Executor::event::NATIVDROPCAPSET";
5889
+ readonly intValue: 31422307957803969656688998856351525075550541280517459031518401519099825046868n;
5890
+ };
5886
5891
  };
5887
5892
 
5888
5893
  interface PathLike {
package/dist/index.d.ts CHANGED
@@ -5539,6 +5539,7 @@ declare const OPCODES: {
5539
5539
  readonly Executor_OP_LZ_RECEIVE_PREPARE: 333322037n;
5540
5540
  readonly Executor_OP_NATIVE_DROP_AND_LZ_RECEIVE_PREPARE: 1812316278n;
5541
5541
  readonly Executor_OP_LZ_RECEIVE_ALERT: 3844476787n;
5542
+ readonly Executor_OP_SET_NATIVE_DROP_TOTAL_CAP: 1545183747n;
5542
5543
  readonly PriceFeedCache_OP_UPDATE_PRICE: 3356097040n;
5543
5544
  readonly PriceFeedCache_OP_UPDATE_NATIVE_PRICE: 2272264441n;
5544
5545
  readonly PriceFeedCache_OP_UPDATE_OP_PRICES: 68094176n;
@@ -5883,6 +5884,10 @@ declare const EVENTS: {
5883
5884
  readonly stringValue: "Executor::event::NATIVE_DROP";
5884
5885
  readonly intValue: 7316076186905607966866576777852961112640458457292397282198021099344n;
5885
5886
  };
5887
+ readonly Executor_event_NATIVE_DROP_TOTAL_CAP_SET: {
5888
+ readonly stringValue: "Executor::event::NATIVDROPCAPSET";
5889
+ readonly intValue: 31422307957803969656688998856351525075550541280517459031518401519099825046868n;
5890
+ };
5886
5891
  };
5887
5892
 
5888
5893
  interface PathLike {
package/dist/index.mjs CHANGED
@@ -11477,6 +11477,7 @@ var OPCODES = {
11477
11477
  Executor_OP_LZ_RECEIVE_PREPARE: 333322037n,
11478
11478
  Executor_OP_NATIVE_DROP_AND_LZ_RECEIVE_PREPARE: 1812316278n,
11479
11479
  Executor_OP_LZ_RECEIVE_ALERT: 3844476787n,
11480
+ Executor_OP_SET_NATIVE_DROP_TOTAL_CAP: 1545183747n,
11480
11481
  PriceFeedCache_OP_UPDATE_PRICE: 3356097040n,
11481
11482
  PriceFeedCache_OP_UPDATE_NATIVE_PRICE: 2272264441n,
11482
11483
  PriceFeedCache_OP_UPDATE_OP_PRICES: 68094176n,
@@ -11804,6 +11805,10 @@ var EVENTS = {
11804
11805
  Executor_event_NATIVE_DROP: {
11805
11806
  stringValue: "Executor::event::NATIVE_DROP",
11806
11807
  intValue: 7316076186905607966866576777852961112640458457292397282198021099344n
11808
+ },
11809
+ Executor_event_NATIVE_DROP_TOTAL_CAP_SET: {
11810
+ stringValue: "Executor::event::NATIVDROPCAPSET",
11811
+ intValue: 31422307957803969656688998856351525075550541280517459031518401519099825046868n
11807
11812
  }
11808
11813
  };
11809
11814