-
I want to use Is there a recommended way to get a list or object with all chains? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I want to use Is there a recommended way to get a list or object with all chains? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
@wagmi/chains
is only used for exporting Chains (and any required types, e.g.Chain
) so other runtime code will not get pulled in when you do a namespace import. One thing you might want to check is tree-shakeability across popular bundlers for namespace imports.