poanetwork / poa-dapps-voting

POA Network Governance Dapp
https://voting.poa.network
GNU General Public License v3.0
26 stars 54 forks source link

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

Closed varasev closed 4 years ago

varasev commented 4 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-voting/pull/212.