Skip to content

Commit

Permalink
fix assethub launch
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Oct 17, 2024
1 parent b3d48b8 commit c03229e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .baedeker/xcm-opal.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ local assethub = {
[name]: {
bin: $.bin,
wantedKeys: 'para',
expectedDataPath: '/parity',
parentConnection: 'internal-samedir',
expectedDataPath: '/parity',
},
for name in ['alice', 'bob']
},
Expand Down
3 changes: 2 additions & 1 deletion .baedeker/xcm-quartz.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ local assethub = {
[name]: {
bin: $.bin,
wantedKeys: 'para',
expectedDataPath: '/parity',
parentConnection: 'internal-samedir',
expectedDataPath: '/parity',
},
for name in ['alice', 'bob']
},
Expand Down
3 changes: 2 additions & 1 deletion .baedeker/xcm-unique.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ local assethub = {
[name]: {
bin: $.bin,
wantedKeys: 'para-ed',
expectedDataPath: '/parity',
parentConnection: 'internal-samedir',
expectedDataPath: '/parity',
},
for name in ['alice', 'bob']
},
Expand Down

0 comments on commit c03229e

Please sign in to comment.