spacemeshos / smapp-lite

The light wallet application for Spacemesh network
2 stars 1 forks source link

feat: add default networks #24

Closed brusherru closed 2 months ago

brusherru commented 2 months ago

Added two default networks in the list:

This networks won't be stored in the localStorage, so they might be replaced easily in the future (TestNet). And it is still possible to add custom networks and switch between them.

The only possible bad edge case — if we remove testnet / add one more network — it may switch to this network automatically (because selected index is stored in the localstorage, while default networks are indexed all together).

But anyway, I believe it will make easier to check out the wallet by testers ;)

P.S. It is based on top of PR #23, so it includes all previous fixes.

github-actions[bot] commented 2 months ago

You can preview the changes at : https://3c728b0e.smapp-lite-prod.pages.dev

github-actions[bot] commented 2 months ago

You can preview the changes at : https://c5b3bd44.smapp-lite-prod.pages.dev

github-actions[bot] commented 2 months ago

You can preview the changes at : https://fdeae6bf.smapp-lite-prod.pages.dev