Skip to content

Commit 5353a09

Browse files
committed
Do not clear instance list for AtAddress
1 parent 6480e57 commit 5353a09

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ export const clearInstances = () => {
548548

549549
export const loadAddress = (contract: ContractData, address: string) => {
550550
if (!contract) return dispatch(displayPopUp('No compiled contracts found.'))
551-
clearInstances()
552551
loadContractFromAddress(address,
553552
(cb) => {
554553
dispatch(displayNotification('At Address', `Do you really want to interact with ${address} using the current ABI definition?`, 'OK', 'Cancel', cb, null))

0 commit comments

Comments
 (0)