Skip to content

Commit

Permalink
Fix Rikiddo migration (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann authored Aug 30, 2024
1 parent 16dae64 commit aeb953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ macro_rules! decl_common_types {
pub const CustomAssetsPalletStr: &'static str = "CustomAssets";
pub const MarketAssetsPalletStr: &'static str = "MarketAssets";
pub const LiquidityMiningPalletStr: &'static str = "LiquidityMining";
pub const RikiddoPalletStr: &'static str = "Rikiddo";
pub const RikiddoPalletStr: &'static str = "RikiddoSigmoidFeeMarketEma";
pub const SimpleDisputesPalletStr: &'static str = "SimpleDisputes";
}

Expand Down

0 comments on commit aeb953d

Please sign in to comment.