Skip to content

Commit

Permalink
Fix send-remark-local script because of new xcm-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jan 22, 2023
1 parent 3fdd1e7 commit 8e24c8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/bridges_rococo_wococo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,12 @@ function send_xcm_transact_remark_from_statemine() {
{
"Transact": {
"origin_kind": "SovereignAccount",
"require_weight_at_most": 1000000000,
"require_weight_at_most": {
"ref_time": 1000000000,
"proof_size": 0,
},
"call": {
"encoded": [0, 8, 20, 104, 101, 108, 108, 111 ]
"encoded": [0, 7, 20, 72, 101, 108, 108, 111 ]
}
}
}
Expand Down

0 comments on commit 8e24c8c

Please sign in to comment.