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 are using the Cosmos chain registry and the Namada chain registry in Namadillo, and we should decide how we want to access these. We don't know which chains/assets we need to look up at compile time, so a static configuration won't work.
Still use the registry packages installed from npm, but dynamically import what we need. Better for bundle size but if registry information changes then Namadillo needs updated.
Call a remote server for the registry information. Keeps bundle size lower and no need to update Namadillo to get the latest information, but relies on server being up for Namadillo to work.
The text was updated successfully, but these errors were encountered:
We are using the Cosmos chain registry and the Namada chain registry in Namadillo, and we should decide how we want to access these. We don't know which chains/assets we need to look up at compile time, so a static configuration won't work.
Possibilities:
The text was updated successfully, but these errors were encountered: