From 477c2385b1d06da499facebf630338eb90ad22e7 Mon Sep 17 00:00:00 2001 From: Cafe137 <77121044+Cafe137@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:24:18 +0200 Subject: [PATCH] fix: refresh balance after dai tx (#470) --- src/utils/wallet.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/wallet.ts b/src/utils/wallet.ts index 46280ee..b1a487c 100644 --- a/src/utils/wallet.ts +++ b/src/utils/wallet.ts @@ -73,6 +73,7 @@ export class ResolvedWallet { jsonRpcProvider, gasPrice, ) + await this.refresh() } } }