We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已经安装了钱包,但是这里是置灰的。看了一下:
const hasExtensionInstalled = async () => { const provider = await injectedConnector?.getProvider?.(); return !!provider; };
这个判断逻辑似乎不好使了,不知道是不是 wagmi 更新了。
https://web3.ant.design/components/ethereum#support-switch-chains
The text was updated successfully, but these errors were encountered:
是插件加载的慢了吗?我这里是正常的。
Sorry, something went wrong.
要看这个例子
破案了,原因是因为安装了 TokenPocket 插件,抢占了 window.ethereum,所以项目中使用还是要打开 EIP6963.
window.ethereum
Successfully merging a pull request may close this issue.
What happens?
已经安装了钱包,但是这里是置灰的。看了一下:
这个判断逻辑似乎不好使了,不知道是不是 wagmi 更新了。
How To Reproduce
https://web3.ant.design/components/ethereum#support-switch-chains
The text was updated successfully, but these errors were encountered: