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() } } }