Skip to content

Tech Debt

Franm edited this page Oct 17, 2022 · 12 revisions
  • unify subgraph url read from networkData.json file. Put together network/env data so we can centralize access
  • common context or service with easier access to vrp/frp by asset -> this data is shown in many part of the app so no component should be making this calc. Should be centralized in a context or custom hook
  • remove unused styles/files (like assetinfo)
  • too many nullable types makes it confusing and forces the use of '!'. When the info is there, try stop propagating the nullable
  • fix "switch-network" and checks data when user is connected to un unsupported network
  • fix "Error: Type WithdrawAtMaturity has no field assets" in dashboard fixed pool table
Clone this wiki locally