diff --git a/scripts/testNetworkSetup.ts b/scripts/testNetworkSetup.ts index 224b45f6..08e423fa 100644 --- a/scripts/testNetworkSetup.ts +++ b/scripts/testNetworkSetup.ts @@ -142,12 +142,21 @@ const main = async () => { }; const xcmMessage = { V3: [ + { + unpaidExecution: { + weightLimit: { Unlimited: '' }, + checkOrigin: { + parents: 1, + interior: { Here: '' }, + } + }, + }, { transact: { - originType: xcmOriginType, + originKind: xcmOriginType, requireWeightAtMost: { refTime: 1000000000, - proofSize: 0, + proofSize: 900000, }, call: xcmDoubleEncoded, },