@layerzerolabs/ton-sdk-tools 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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @layerzerolabs/ton-sdk-tools
2
2
 
3
+ ## 3.0.27
4
+
5
+ ### Patch Changes
6
+
7
+ - 53724af: ton
8
+
9
+ ## 3.0.26
10
+
11
+ ### Patch Changes
12
+
13
+ - 186bc94: put abi back into deployments
14
+
3
15
  ## 3.0.25
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -4648,7 +4648,7 @@ export async function wireFixtureWithUln(
4648
4648
  md: await allStorages.getNewLzConfig({
4649
4649
  path: srcFixture.path,
4650
4650
  forwardingAddress: addressToBigInt(srcFixture.msglibManager.address),
4651
- opCode: OPCODES.UlnManager_OP_SET_OAPP_ULN_SEND_CONFIG,
4651
+ opCode: OPCODES.MsglibManager_OP_SET_OAPP_MSGLIB_SEND_CONFIG,
4652
4652
  config: ulnSendConfig,
4653
4653
  }),
4654
4654
  balanceRefill: toNano('1'),
@@ -4662,7 +4662,7 @@ export async function wireFixtureWithUln(
4662
4662
  {
4663
4663
  from: srcFixture.oApp.address,
4664
4664
  to: srcFixture.msglibManager.address,
4665
- op: Number(OPCODES.UlnManager_OP_SET_OAPP_ULN_SEND_CONFIG),
4665
+ op: Number(OPCODES.MsglibManager_OP_SET_OAPP_MSGLIB_SEND_CONFIG),
4666
4666
  success: true,
4667
4667
  },
4668
4668
  {
@@ -4699,7 +4699,7 @@ export async function wireFixtureWithUln(
4699
4699
  md: await allStorages.getNewLzConfig({
4700
4700
  path: srcFixture.path,
4701
4701
  forwardingAddress: addressToBigInt(srcFixture.msglibManager.address),
4702
- opCode: OPCODES.UlnManager_OP_SET_OAPP_ULN_RECEIVE_CONFIG,
4702
+ opCode: OPCODES.MsglibManager_OP_SET_OAPP_MSGLIB_RECEIVE_CONFIG,
4703
4703
  config: ulnReceiveConfig,
4704
4704
  }),
4705
4705
  balanceRefill: toNano('1'),
@@ -4713,7 +4713,7 @@ export async function wireFixtureWithUln(
4713
4713
  {
4714
4714
  from: srcFixture.oApp.address,
4715
4715
  to: srcFixture.msglibManager.address,
4716
- op: Number(OPCODES.UlnManager_OP_SET_OAPP_ULN_RECEIVE_CONFIG),
4716
+ op: Number(OPCODES.MsglibManager_OP_SET_OAPP_MSGLIB_RECEIVE_CONFIG),
4717
4717
  success: true,
4718
4718
  },
4719
4719
  {