@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 +12 -0
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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.
|
|
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.
|
|
4716
|
+
op: Number(OPCODES.MsglibManager_OP_SET_OAPP_MSGLIB_RECEIVE_CONFIG),
|
|
4717
4717
|
success: true,
|
|
4718
4718
|
},
|
|
4719
4719
|
{
|