Skip to content
1 change: 1 addition & 0 deletions runtime/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ pub type Migrations = (
>,
pswap_distribution::migrations::v2::Migrate<Runtime, XYKSyntheticPoolAccountList<Runtime>>,
pool_xyk::migrations::v3::XYKPoolUpgrade<Runtime, XYKSyntheticPoolPairs<Runtime>>,
band::migrations::v1::BandUpdateV1<Runtime>,
band::migrations::v2::BandUpdateV2<Runtime>,
);