`Sushiswap.sync_price(data, 18, 6)` returns raw ratio (e.g., `1500.123...`). Users want human-readable values **with proper decimal scaling**. **Add:**
Sushiswap.sync_price(data, 18, 6)returns raw ratio (e.g.,1500.123...). Users want human-readable values with proper decimal scaling.Add: