Skip to content

Commit 65a4e26

Browse files
committed
Remove GRASS from crypto-to-USD conversion
Grass points are an internal reward system, not the GRASS token traded on exchanges. Converting at token price ($0.29) wildly overstates the value. Show points without USD conversion.
1 parent 075708b commit 65a4e26

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/exchange_rates.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919

2020
# CoinGecko IDs for crypto tokens tracked by CashPilot collectors.
2121
# Map: our internal currency code -> CoinGecko coin id
22+
# Note: Grass *points* are NOT the GRASS token — they're an internal reward
23+
# that converts to tokens only during airdrops at unknown ratios, so we
24+
# intentionally do NOT map GRASS here.
2225
CRYPTO_IDS: dict[str, str] = {
2326
"MYST": "mysterium",
24-
"GRASS": "grass",
2527
}
2628

2729
CACHE_TTL = 900 # 15 minutes

0 commit comments

Comments
 (0)