Skip to content

Commit

Permalink
fix datapath for relay
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Jun 25, 2024
1 parent d31de8f commit 9e0db8e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .baedeker/xcm-opal-async-backing.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ local relay = {
[name]: {
bin: $.bin,
wantedKeys: 'relay',
expectedDataPath: '/parity',
extraArgs: [
'--insecure-validator-i-know-what-i-do',
],
},
for name in ['alice', 'bob', 'charlie', 'dave', 'eve']
},
Expand Down
4 changes: 4 additions & 0 deletions .baedeker/xcm-opal.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ local relay = {
[name]: {
bin: $.bin,
wantedKeys: 'relay',
expectedDataPath: '/parity',
extraArgs: [
'--insecure-validator-i-know-what-i-do',
],
},
for name in ['alice', 'bob', 'charlie', 'dave', 'eve']
},
Expand Down
4 changes: 4 additions & 0 deletions .baedeker/xcm-quartz.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ local relay = {
[name]: {
bin: $.bin,
wantedKeys: 'relay',
expectedDataPath: '/parity',
extraArgs: [
'--insecure-validator-i-know-what-i-do',
],
},
for name in ['alice', 'bob', 'charlie', 'dave', 'eve', 'ferdie']
},
Expand Down
4 changes: 4 additions & 0 deletions .baedeker/xcm-unique.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ local relay = {
[name]: {
bin: $.bin,
wantedKeys: 'relay',
expectedDataPath: '/parity',
extraArgs: [
'--insecure-validator-i-know-what-i-do',
],
},
for name in ['alice', 'bob', 'charlie', 'dave', 'eve', 'ferdie', 'gregory', 'holly']
},
Expand Down

0 comments on commit 9e0db8e

Please sign in to comment.