Skip to content

Commit

Permalink
fix: added unpaidExecution for testnet XCM message
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed Jul 12, 2023
1 parent cbc9b7e commit 0632dff
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions scripts/testNetworkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,21 @@ const main = async () => {
};
const xcmMessage = {
V3: [
{
unpaidExecution: {

Check failure on line 146 in scripts/testNetworkSetup.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
weightLimit: { Unlimited: '' },

Check failure on line 147 in scripts/testNetworkSetup.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
checkOrigin: {
parents: 1,
interior: { Here: '' },
}

Check failure on line 151 in scripts/testNetworkSetup.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `·↹}·` with `↹},`
},
},
{
transact: {
originType: xcmOriginType,
originKind: xcmOriginType,
requireWeightAtMost: {
refTime: 1000000000,
proofSize: 0,
proofSize: 900000,
},
call: xcmDoubleEncoded,
},
Expand Down

0 comments on commit 0632dff

Please sign in to comment.