Skip to content

Commit

Permalink
Update .snippets/code/tutorials/interoperability/remote-batched-evm-c…
Browse files Browse the repository at this point in the history
…alls/build-xcm-message.js

Co-authored-by: Erin Shaben <[email protected]>
  • Loading branch information
themacexpert and eshaben authored Jun 28, 2023
1 parent d39fd0c commit 2127dfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const instr2 = {
const instr3 = {
Transact: {
originKind: 'SovereignAccount',
requireWeightAtMost: { refTime: weightTransact, proofSize: 200000 },
requireWeightAtMost: { refTime: weightTransact, proofSize: 200000n },
call: {
encoded: transactBytes,
},
Expand Down

0 comments on commit 2127dfe

Please sign in to comment.