Skip to content

Commit

Permalink
Merge branch 'main' into release-v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann committed Aug 30, 2024
2 parents 921b8aa + aeb953d commit 89fb635
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 89fb635

Please sign in to comment.