fix: refresh balance after dai tx (#470)

This commit is contained in:
Cafe137
2022-07-05 15:24:18 +02:00
committed by GitHub
parent 56457eb9b9
commit 477c2385b1
+1
View File
@@ -73,6 +73,7 @@ export class ResolvedWallet {
jsonRpcProvider,
gasPrice,
)
await this.refresh()
}
}
}