You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Description
Skill prices display the raw wei value with "ETH" suffix, making prices appear as quadrillions of ETH.
Example
0.002 ETH2000000000000000 ETHImpact
No buyer will purchase - prices look absurd and unusable.
Suggested Fix
Divide by 10^18 before displaying, or store/return formatted value from API.
Screenshot/URL
https://agents.datafund.io/skill/2139b420-cdb2-4fa6-b7e9-69c9d977c481
Found during seller flow UX testing