Improve return from valid deposits to consider multiple deposit reduced in one for same account and consider changing of network and account to verify liquidity on Search Component

Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
This commit is contained in:
RcleydsonR
2023-01-31 18:33:24 -03:00
parent d569294648
commit 11499661ea
2 changed files with 9 additions and 3 deletions

View File

@@ -107,8 +107,13 @@ const enableOrDisableConfirmButton = (): void => {
};
watch(networkName, (): void => {
verifyLiquidity();
enableOrDisableConfirmButton();
});
watch(walletAddress, (): void => {
verifyLiquidity();
});
</script>
<template>