We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7678e5 commit 417ba15Copy full SHA for 417ba15
libs/remix-ui/run-tab/src/lib/actions/events.ts
@@ -66,6 +66,7 @@ export const setupEvents = (plugin: RunTab) => {
66
if (currentNetwork.provider !== networkProvider() || (!isVM && currentNetwork.chainId !== network.id)) {
67
currentNetwork.provider = networkProvider()
68
if (!isVM) {
69
+ fillAccountsList(plugin, dispatch)
70
currentNetwork.chainId = network.id
71
await loadPinnedContracts(plugin, dispatch, pinnedChainId)
72
}
0 commit comments