feat: rename TFC to MC currency across codebase, UI, and documentation

This commit is contained in:
mik-tf
2025-09-08 12:53:09 -04:00
parent a4c5feb1ab
commit f233964f22
8 changed files with 55 additions and 55 deletions

View File

@@ -312,7 +312,7 @@ impl Default for LiquidityPoolConfig {
fn default() -> Self {
Self {
pool_id: String::new(),
base_token: "TFC".to_string(),
base_token: "MC".to_string(),
quote_token: "USD".to_string(),
fee_tier: 0.3,
minimum_liquidity: rust_decimal_macros::dec!(100.0),
@@ -364,8 +364,8 @@ impl Default for YieldFarmConfig {
fn default() -> Self {
Self {
farm_id: String::new(),
reward_token: "TFC".to_string(),
staked_token: "TFC".to_string(),
reward_token: "MC".to_string(),
staked_token: "MC".to_string(),
apr: 12.0,
lock_duration_days: 365,
minimum_stake: rust_decimal_macros::dec!(1000.0),