Skip to content

Commit

Permalink
fix xcm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Dec 21, 2024
1 parent b9c65c6 commit ccfe032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .baedeker/xcm-opal.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local relay = {
spec: {Genesis:{
chain: relay_spec,
modify:: bdk.mixer([
m.genericRelay($, hrmp = std.join([], []])),
m.genericRelay($, hrmp = std.join([], [])),
m.simplifyGenesisName(),
{
_genesis+: {
Expand Down
2 changes: 1 addition & 1 deletion .baedeker/xcm-quartz.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local relay = {
// ['quartz', 'moonriver'],
// ['quartz', 'statemine'],
// ['quartz', 'shiden'],
]
// ]
])),
m.simplifyGenesisName(),
{
Expand Down
2 changes: 1 addition & 1 deletion .baedeker/xcm-unique.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local relay = {
// ['unique', 'statemint'],
// ['unique', 'astar'],
// ['unique', 'polkadex'],
]
// ]
])),
m.simplifyGenesisName(),
{
Expand Down

0 comments on commit ccfe032

Please sign in to comment.