satoshipay / solar

🌞 Stellar wallet. Secure and user-friendly.
https://solarwallet.io
MIT License
191 stars 59 forks source link

Catch error when setting item in localstorage #1280

Closed ebma closed 2 years ago

ebma commented 2 years ago

Seems like the actual issue is that the response from https://ticker.stellar.org/assets.json is too large to put into localStorage. But the problem remains the same and is fixed with this PR.

Closes #1278.