diff --git a/src/packages/giftCore.ts b/src/packages/giftCore.ts index ff659bd..4b92d6b 100644 --- a/src/packages/giftCore.ts +++ b/src/packages/giftCore.ts @@ -19,7 +19,7 @@ export class GiftCore{ async getNonceAccount(address: string): Promise{ try { - const nonce = await this.provider.getTransactionCount(address, 'latest') + const nonce = await this.provider.getTransactionCount(address, 'pending') return nonce } catch (error) {