Skip to content

Commit

Permalink
Merge pull request #1077 from sander2/chore/testnet-fix
Browse files Browse the repository at this point in the history
fix: migrate issues on testnet
  • Loading branch information
sander2 authored Jun 1, 2023
2 parents 7a2f5ee + ba4990b commit caa555d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parachain/runtime/testnet-kintsugi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ pub type Executive = frame_executive::Executive<
(
orml_asset_registry::Migration<Runtime>,
orml_unknown_tokens::Migration<Runtime>,
issue::migration::v1::Migration<Runtime>,
),
>;

Expand Down

0 comments on commit caa555d

Please sign in to comment.