We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 649dc08 + 89fb635 commit f8b1747Copy full SHA for f8b1747
runtime/common/src/lib.rs
@@ -96,7 +96,7 @@ macro_rules! decl_common_types {
96
pub const CustomAssetsPalletStr: &'static str = "CustomAssets";
97
pub const MarketAssetsPalletStr: &'static str = "MarketAssets";
98
pub const LiquidityMiningPalletStr: &'static str = "LiquidityMining";
99
- pub const RikiddoPalletStr: &'static str = "Rikiddo";
+ pub const RikiddoPalletStr: &'static str = "RikiddoSigmoidFeeMarketEma";
100
pub const SimpleDisputesPalletStr: &'static str = "SimpleDisputes";
101
}
102
0 commit comments