blocknative / web3-onboard

Client library to onboard users to web3 apps
https://onboard.blocknative.com/
MIT License
813 stars 474 forks source link

[FIX] : Core package check and passing of `protectedRpcUrl` on account center disconnect #2234

Closed Adamj1232 closed 3 weeks ago

Adamj1232 commented 3 weeks ago

Description

There was an issue with account center on disconnect of all wallets where the check for the protectedRpcUrl was attempted to be pulled from a prop that was potentially null resulting in an error. This update fixes that bug,