git.delta.rocks / unique-network / refs/commits / cefeef50d97a

difftreelog

fix make _uniqueChainMultilocationForRelay private

Daniel Shiposha2023-10-02parent: #d4981bc.patch.diff
in: master

1 file changed

modifiedtests/src/xcm/xcm.types.tsdiffbeforeafterboth
186 };186 };
187 }187 }
188188
189 uniqueChainMultilocationForRelay() {189 private _uniqueChainMultilocationForRelay() {
190 return {190 return {
191 V3: {191 V3: {
192 parents: 0,192 parents: 0,
552552
553 await usingRelayPlaygrounds(relayUrl, async (helper) => {553 await usingRelayPlaygrounds(relayUrl, async (helper) => {
554 await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [554 await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [
555 this.uniqueChainMultilocationForRelay(),555 this._uniqueChainMultilocationForRelay(),
556 program,556 program,
557 ]);557 ]);
558 });558 });
608608
609 await usingRelayPlaygrounds(relayUrl, async (helper) => {609 await usingRelayPlaygrounds(relayUrl, async (helper) => {
610 await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [610 await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [
611 this.uniqueChainMultilocationForRelay(),611 this._uniqueChainMultilocationForRelay(),
612 program,612 program,
613 ]);613 ]);
614 });614 });