dApps can have a dynamic network selection to avoid page refresh requirements (the only way to update the network is to refresh the page because once you create the instance, you cannot update it). I've added a mechanism to accept network on the connect method; with this, they won't need to keep logic on their side.
dApps can have a dynamic
network
selection to avoid page refresh requirements (the only way to update the network is to refresh the page because once you create the instance, you cannot update it). I've added a mechanism to acceptnetwork
on theconnect
method; with this, they won't need to keep logic on their side.