@layerzerolabs/lz-ton-sdk-v2 3.0.25 → 3.0.27

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
@@ -5002,6 +5002,8 @@ declare const OPCODES: {
5002
5002
  readonly Endpoint_OP_GET_MSGLIB_INFO_CALLBACK: 3876417750n;
5003
5003
  readonly MsglibManager_OP_GET_MSGLIB_INFO: 3960526418n;
5004
5004
  readonly MsglibManager_OP_DEPLOY_CONNECTION: 2027065647n;
5005
+ readonly MsglibManager_OP_SET_OAPP_MSGLIB_SEND_CONFIG: 2884327674n;
5006
+ readonly MsglibManager_OP_SET_OAPP_MSGLIB_RECEIVE_CONFIG: 1134132220n;
5005
5007
  readonly Msglib_OP_RETURN_QUOTE: 802745970n;
5006
5008
  readonly MsglibConnection_OP_MSGLIB_CONNECTION_QUOTE: 1159903224n;
5007
5009
  readonly MsglibConnection_OP_MSGLIB_CONNECTION_SEND: 1073919888n;
@@ -5038,8 +5040,6 @@ declare const OPCODES: {
5038
5040
  readonly UlnManager_OP_DEPLOY_ULN: 1733510307n;
5039
5041
  readonly UlnManager_OP_SET_DEFAULT_ULN_RECEIVE_CONFIG: 3190693811n;
5040
5042
  readonly UlnManager_OP_SET_DEFAULT_ULN_SEND_CONFIG: 3186360544n;
5041
- readonly UlnManager_OP_SET_OAPP_ULN_SEND_CONFIG: 3275563089n;
5042
- readonly UlnManager_OP_SET_OAPP_ULN_RECEIVE_CONFIG: 518147338n;
5043
5043
  readonly UlnManager_OP_CLAIM_TREASURY_FEES: 1143535035n;
5044
5044
  readonly UlnManager_OP_REGISTER_WORKER_FEELIB_BYTECODE: 2609353271n;
5045
5045
  readonly UlnManager_OP_ADD_ULN_WORKER: 2837313722n;
package/dist/index.d.ts CHANGED
@@ -5002,6 +5002,8 @@ declare const OPCODES: {
5002
5002
  readonly Endpoint_OP_GET_MSGLIB_INFO_CALLBACK: 3876417750n;
5003
5003
  readonly MsglibManager_OP_GET_MSGLIB_INFO: 3960526418n;
5004
5004
  readonly MsglibManager_OP_DEPLOY_CONNECTION: 2027065647n;
5005
+ readonly MsglibManager_OP_SET_OAPP_MSGLIB_SEND_CONFIG: 2884327674n;
5006
+ readonly MsglibManager_OP_SET_OAPP_MSGLIB_RECEIVE_CONFIG: 1134132220n;
5005
5007
  readonly Msglib_OP_RETURN_QUOTE: 802745970n;
5006
5008
  readonly MsglibConnection_OP_MSGLIB_CONNECTION_QUOTE: 1159903224n;
5007
5009
  readonly MsglibConnection_OP_MSGLIB_CONNECTION_SEND: 1073919888n;
@@ -5038,8 +5040,6 @@ declare const OPCODES: {
5038
5040
  readonly UlnManager_OP_DEPLOY_ULN: 1733510307n;
5039
5041
  readonly UlnManager_OP_SET_DEFAULT_ULN_RECEIVE_CONFIG: 3190693811n;
5040
5042
  readonly UlnManager_OP_SET_DEFAULT_ULN_SEND_CONFIG: 3186360544n;
5041
- readonly UlnManager_OP_SET_OAPP_ULN_SEND_CONFIG: 3275563089n;
5042
- readonly UlnManager_OP_SET_OAPP_ULN_RECEIVE_CONFIG: 518147338n;
5043
5043
  readonly UlnManager_OP_CLAIM_TREASURY_FEES: 1143535035n;
5044
5044
  readonly UlnManager_OP_REGISTER_WORKER_FEELIB_BYTECODE: 2609353271n;
5045
5045
  readonly UlnManager_OP_ADD_ULN_WORKER: 2837313722n;
package/dist/index.mjs CHANGED
@@ -11150,6 +11150,8 @@ var OPCODES = {
11150
11150
  Endpoint_OP_GET_MSGLIB_INFO_CALLBACK: 3876417750n,
11151
11151
  MsglibManager_OP_GET_MSGLIB_INFO: 3960526418n,
11152
11152
  MsglibManager_OP_DEPLOY_CONNECTION: 2027065647n,
11153
+ MsglibManager_OP_SET_OAPP_MSGLIB_SEND_CONFIG: 2884327674n,
11154
+ MsglibManager_OP_SET_OAPP_MSGLIB_RECEIVE_CONFIG: 1134132220n,
11153
11155
  Msglib_OP_RETURN_QUOTE: 802745970n,
11154
11156
  MsglibConnection_OP_MSGLIB_CONNECTION_QUOTE: 1159903224n,
11155
11157
  MsglibConnection_OP_MSGLIB_CONNECTION_SEND: 1073919888n,
@@ -11186,8 +11188,6 @@ var OPCODES = {
11186
11188
  UlnManager_OP_DEPLOY_ULN: 1733510307n,
11187
11189
  UlnManager_OP_SET_DEFAULT_ULN_RECEIVE_CONFIG: 3190693811n,
11188
11190
  UlnManager_OP_SET_DEFAULT_ULN_SEND_CONFIG: 3186360544n,
11189
- UlnManager_OP_SET_OAPP_ULN_SEND_CONFIG: 3275563089n,
11190
- UlnManager_OP_SET_OAPP_ULN_RECEIVE_CONFIG: 518147338n,
11191
11191
  UlnManager_OP_CLAIM_TREASURY_FEES: 1143535035n,
11192
11192
  UlnManager_OP_REGISTER_WORKER_FEELIB_BYTECODE: 2609353271n,
11193
11193
  UlnManager_OP_ADD_ULN_WORKER: 2837313722n,