stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.03k stars 829 forks source link

fix(bug): Wallet was opening automatically. Fixed in @soroban-react v… #118

Closed esteblock closed 1 year ago

esteblock commented 1 year ago

In @soroban-react/core version 5.3.1, the connector (now Freighter) will open automatically only of autoconnect==true. Now the user needs to connect with the Connect button, which is safer.