trezor / trezor-suite

Trezor Suite Monorepo
https://trezor.io/trezor-suite
Other
715 stars 248 forks source link

Empower/ Activate Testnet coins button #11155

Open MiroslavProchazka opened 8 months ago

MiroslavProchazka commented 8 months ago

After selecting testnet accounts, the “Activate” button is located in the “Coins” section (not in the “Testnet coins” section) image

martykan commented 8 months ago

To have two buttons which show up independently seems like a non-trivial task. Currently the logic just checks discovery.loaded and discovery.total so there is no easy way to differentiate if it's affecting just testnets. Not sure how to approach this