Closed varasev closed 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.
window.sessionStorage
POA Core
Done in https://github.com/poanetwork/poa-dapps-validators/pull/117.
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.