Skip to content

Commit

Permalink
add modify in spec for collator selection workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Sep 5, 2023
1 parent 0872753 commit 505105c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .baedeker/collator-selection-opal.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local relay = {
validatorIdAssignment: 'staking',
spec: {Genesis:{
chain: 'rococo-local',
modify:: m.genericRelay($),
}},
nodes: {
[name]: {
Expand Down
1 change: 1 addition & 0 deletions .baedeker/collator-selection-quartz.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local relay = {
validatorIdAssignment: 'staking',
spec: {Genesis:{
chain: 'rococo-local',
modify:: m.genericRelay($),
}},
nodes: {
[name]: {
Expand Down
1 change: 1 addition & 0 deletions .baedeker/collator-selection-sapphire.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local relay = {
validatorIdAssignment: 'staking',
spec: {Genesis:{
chain: 'rococo-local',
modify:: m.genericRelay($),
}},
nodes: {
[name]: {
Expand Down

0 comments on commit 505105c

Please sign in to comment.