poanetwork / poa-dapps-validators

DApp for a list of validators with metadata for POA Network (Core/Sokol). Validators can update metadata using DApp.
https://validators.poa.network
GNU General Public License v3.0
13 stars 41 forks source link

Display the network currently selected in MetaMask when first visiting #115

Closed varasev closed 4 years ago

varasev commented 5 years ago

Related to @6proof's comment.

DApp should select the network currently selected in MetaMask when first visiting in the current browser's session (we could use window.sessionStorage for that). If the chosen network is not supported by DApp, POA Core should be selected by default.

varasev commented 4 years ago

Done in https://github.com/poanetwork/poa-dapps-validators/pull/117.