Context
RegistryTable and OracleForms each define their own clamp and money/score parsing helpers with the same intent.
Scope
- Extract the shared clamp and parse helpers into one util and reuse them.
Acceptance criteria
- The admin screens share one clamp and parse implementation.
Pointers
src/screens/admin/RegistryTable.tsx, src/screens/admin/OracleForms.tsx.
Context
RegistryTable and OracleForms each define their own
clampand money/score parsing helpers with the same intent.Scope
Acceptance criteria
Pointers
src/screens/admin/RegistryTable.tsx,src/screens/admin/OracleForms.tsx.