Skip to content

Commit 417ba15

Browse files
committed
update balance immediately
1 parent d7678e5 commit 417ba15

File tree

1 file changed

+1
-0
lines changed
  • libs/remix-ui/run-tab/src/lib/actions

1 file changed

+1
-0
lines changed

libs/remix-ui/run-tab/src/lib/actions/events.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const setupEvents = (plugin: RunTab) => {
6666
if (currentNetwork.provider !== networkProvider() || (!isVM && currentNetwork.chainId !== network.id)) {
6767
currentNetwork.provider = networkProvider()
6868
if (!isVM) {
69+
fillAccountsList(plugin, dispatch)
6970
currentNetwork.chainId = network.id
7071
await loadPinnedContracts(plugin, dispatch, pinnedChainId)
7172
}

0 commit comments

Comments
 (0)