Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Gartenmeister <[email protected]>
  • Loading branch information
wischli and mustermeiszer authored Sep 5, 2023
1 parent e5037a6 commit a877a4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/centrifuge/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,10 @@ mod asset_registry {
symbol: b"CFG".to_vec(),
existential_deposit: 1_000_000_000_000u128,
location: Some(VersionedMultiLocation::V3(MultiLocation::new(
0,
Junctions::X1(GeneralKey {
1,
Junctions::X2(
Parachain(ParachainInfo::parachain_id().into()),
GeneralKey {
length: 2,
data: gk,
}),
Expand Down

0 comments on commit a877a4e

Please sign in to comment.