feat: rename Project Mycelium to Mycelium Marketplace across codebase and UI

This commit is contained in:
mik-tf
2025-09-08 13:56:17 -04:00
parent c054ceb24d
commit 1028ea8c43
74 changed files with 288 additions and 288 deletions

View File

@@ -124,7 +124,7 @@ impl CurrencyService {
},
Currency {
code: "TFT".to_string(),
name: "ThreeFold Token".to_string(),
name: "Mycelium Token".to_string(),
symbol: "TFT".to_string(),
currency_type: crate::models::currency::CurrencyType::Token,
exchange_rate_to_base: dec!(0.05),