feat: rename TFC to MC currency across codebase, UI, and documentation
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user