Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Oct 29, 2024
1 parent a526ec9 commit 713e3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .baedeker/xcm-quartz.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ local shiden = {
relay + {
parachains: {
[para.name]: para,
for para in [unique, karura, moonriver, assethub, shiden]
for para in [unique, assethub]
},
}
2 changes: 1 addition & 1 deletion .baedeker/xcm-unique.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ local hydraDx = {
relay + {
parachains: {
[para.name]: para,
for para in [unique, acala, moonbeam, assethub, astar, polkadex, hydraDx]
for para in [unique, assethub]
},
}

0 comments on commit 713e3a5

Please sign in to comment.