Obtain injected chain data on the wallet even if the wallet is not connected to the app #1916
Unanswered
berkaycirak
asked this question in
Q&A
Replies: 1 comment
-
@berkaycirak Yes you can use If you're also looking to get the name and other info you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am developing a dapp. And curious about to get chain data even if the user hasn't connected yet to the app. For example, in my metamask, I select Avalanche Network but hasn't connected the app yet.
Normally, when I connect the app, I can listen the chain by
useChainId
hook. Without connecting, is there a way to do that?Beta Was this translation helpful? Give feedback.
All reactions