-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
Frame unable to connect to anything after adding custom chain through wallet_addEthereumChain #1501
Comments
@michecode This might be related to a different bug in which a broken custom Mainnet connection will break the send dapp and cause issues in the extension. Does this happen for other chains added through |
I just reset it again to try to see if I could reproduce but I wasn't able to. It probably isn't specific to mumbai, I also added OP goerli and ARB goerli through the same method as adding mumbai. It hasnt broken yet but this time I haven't loaded my other wallets into frame or customized the settings at all. It did take a couple hours or so before it broke last time so I dont know. But this time the |
Hey small update. Mainnet disappeared again yesterday but Frame was still able to connect but now today it's back to same issue. It could be related to time or letting my mac go to sleep? Let me know if there's any actions I can take to help debug! |
@michecode We've got some fixes in the pipeline for this, we're working hard to get them in the next release. We'll loop back here when the release is out, check that it solves your issue and debug further if not. In the meantime you should try to keep your mainnet connection healthy, maybe use some different RPC - current behaviour is that it will disappear from the extension when the connection is gone. We are changing this so that the extension will report connection status. |
can you link this issue? i myself have a problem where sometimes the mainnet chain option disappears from the companion extension, and only altchains remain visible/connectable/selectable. |
hmm actually looks like it was just because it couldnt connect to the rpc. kinda weird that the option the disappears from the companion, a red dot showing the network name but its inability to connect would make for better ux imo. either way sorry to hijack the discussion... |
There is no issue to link that you can see, it's on our internal work tracking app. These PRs will address it though: |
Hi I'm working on a dApp network selector and I noticed that frame starts to break once I added the Mumbai testnet through the
wallet_addEthereumChain
method. First the mainnet option is gone in the extension. I can remove the other networks and readd them but mainnet never comes back.This may be unrelated but once I added Mumbai, Frame seems to break across all websites. I can't connect my wallet to anything (Tested aave, zksync bridge, and uniswap). I use web3modal for this dApp and I get spammed
User Rejected
errors even though frame does not open and I have set the permission to connect previously.Using
Reset all settings & data
and then re-adding all of my wallets worked but I really don't want to do that every time.The text was updated successfully, but these errors were encountered: