exporting supportedChains #206
Closed
MartinGerritsen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to make something similar to a custom icon showing for an unknown alt chain and for this I need to be able to parse the supportedChains for known chains - and if not known show the custom alt chain icon (the page is multichain).
Now I have found that the supportedChains in constants/supportedChains is not exported to be used, but the supportedConnectors for example is, is this on purpose or a bug?
Locally I have added this line in the index.d.ts file directly in node_modules and it works
export { default as supportedChains } from './constants/supportedChains';
but I can not take this to prod, is it possible to export the supportedChains?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions