@layerzerolabs/ton-sdk-tools 3.0.45 → 3.0.47
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/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3597,23 +3597,6 @@ export async function openAndDeployUlnManagerViaMultisig(
|
|
|
3597
3597
|
)
|
|
3598
3598
|
)
|
|
3599
3599
|
|
|
3600
|
-
await sendMessageViaMultisigAndExpect({
|
|
3601
|
-
blockchain,
|
|
3602
|
-
multiSigContract: fixture.multisig,
|
|
3603
|
-
messageBody: fixture.controller.buildRequest(0n, emptyObject, { value: toNano('10') }, toNano('0.1')).body!,
|
|
3604
|
-
signers: multiSigners,
|
|
3605
|
-
targetContract: ulnManager,
|
|
3606
|
-
deploy: true,
|
|
3607
|
-
expectedTransactions: [
|
|
3608
|
-
{
|
|
3609
|
-
from: fixture.multisig.address,
|
|
3610
|
-
to: ulnManager.address,
|
|
3611
|
-
deploy: true,
|
|
3612
|
-
success: true,
|
|
3613
|
-
},
|
|
3614
|
-
],
|
|
3615
|
-
})
|
|
3616
|
-
|
|
3617
3600
|
const internalMsgResults = await sendMessageViaMultisigAndExpect({
|
|
3618
3601
|
blockchain,
|
|
3619
3602
|
multiSigContract: fixture.multisig,
|