移除季付和年付计划,仅保留月付
This commit is contained in:
@@ -89,8 +89,6 @@ ERC20_TRANSFER_EVENT_ABI = {
|
||||
|
||||
DEFAULT_PLAN_CATALOG: Dict[str, Dict[str, Any]] = {
|
||||
"pro_monthly": {"plan_id": 101, "amount_usdc": "10", "duration_days": 30},
|
||||
"pro_quarterly": {"plan_id": 102, "amount_usdc": "79", "duration_days": 90},
|
||||
"pro_yearly": {"plan_id": 103, "amount_usdc": "279", "duration_days": 365},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user