@layerzerolabs/ton-sdk-tools 3.0.44 → 3.0.46
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 +0 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +0 -17
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -3575,23 +3575,6 @@ export async function openAndDeployUlnManagerViaMultisig(
|
|
|
3575
3575
|
)
|
|
3576
3576
|
)
|
|
3577
3577
|
|
|
3578
|
-
await sendMessageViaMultisigAndExpect({
|
|
3579
|
-
blockchain,
|
|
3580
|
-
multiSigContract: fixture.multisig,
|
|
3581
|
-
messageBody: fixture.controller.buildRequest(0n, emptyObject, { value: toNano('10') }, toNano('0.1')).body!,
|
|
3582
|
-
signers: multiSigners,
|
|
3583
|
-
targetContract: ulnManager,
|
|
3584
|
-
deploy: true,
|
|
3585
|
-
expectedTransactions: [
|
|
3586
|
-
{
|
|
3587
|
-
from: fixture.multisig.address,
|
|
3588
|
-
to: ulnManager.address,
|
|
3589
|
-
deploy: true,
|
|
3590
|
-
success: true,
|
|
3591
|
-
},
|
|
3592
|
-
],
|
|
3593
|
-
})
|
|
3594
|
-
|
|
3595
3578
|
const internalMsgResults = await sendMessageViaMultisigAndExpect({
|
|
3596
3579
|
blockchain,
|
|
3597
3580
|
multiSigContract: fixture.multisig,
|