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
We should come up with better solution for fetching token definitions. We now have hardcoded eth, pol, bnb & sol which is suboptimal. Also it will fetch that definitions during startup which is also not good because parsing it is kind of slow.
We should come up with better solution for fetching token definitions. We now have hardcoded
eth
,pol
,bnb
&sol
which is suboptimal.Also it will fetch that definitions during startup which is also not good because parsing it is kind of slow.[ ] Don't fetch token definitions right on app start, not to make it slow.possible followups:
#15252 #15253
The text was updated successfully, but these errors were encountered: