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
The app currently imports tokens from src/utils/tokens.ts
However they should be imported from the SDK, so we only need to make updates there for new collateral types.
Two patterns we could follow:
token icons are included as an entry for each token in the the token list object
OR, token icons are exported from a particular file
I prefer option 1
The text was updated successfully, but these errors were encountered:
The app currently imports tokens from
src/utils/tokens.ts
However they should be imported from the SDK, so we only need to make updates there for new collateral types.
Two patterns we could follow:
I prefer option 1
The text was updated successfully, but these errors were encountered: