From 1ec9792a7c00f04a2bcfe88e112d02b9f62e8b1f Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:10:07 +0200 Subject: [PATCH 1/3] Update abstract-signer.ts --- src.ts/providers/abstract-signer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src.ts/providers/abstract-signer.ts b/src.ts/providers/abstract-signer.ts index 708f974156..ba2866137f 100644 --- a/src.ts/providers/abstract-signer.ts +++ b/src.ts/providers/abstract-signer.ts @@ -1,6 +1,6 @@ /** * Generally the [[Wallet]] and [[JsonRpcSigner]] and their sub-classes - * are sufficent for most developers, but this is provided to + * are sufficient for most developers, but this is provided to * fascilitate more complex Signers. * * @_section: api/providers/abstract-signer: Subclassing Signer [abstract-signer] From 8852fd4090fb18f7e4402f67607e13c3a69c7803 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:10:34 +0200 Subject: [PATCH 2/3] Update abstract-signer.ts --- src.ts/providers/abstract-signer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src.ts/providers/abstract-signer.ts b/src.ts/providers/abstract-signer.ts index ba2866137f..f192dccecb 100644 --- a/src.ts/providers/abstract-signer.ts +++ b/src.ts/providers/abstract-signer.ts @@ -267,7 +267,7 @@ export abstract class AbstractSigner

Date: Thu, 11 Sep 2025 16:10:54 +0200 Subject: [PATCH 3/3] Update formatting.ts --- src.ts/providers/formatting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src.ts/providers/formatting.ts b/src.ts/providers/formatting.ts index d5bd09da69..5497a058d2 100644 --- a/src.ts/providers/formatting.ts +++ b/src.ts/providers/formatting.ts @@ -234,7 +234,7 @@ export interface TransactionReceiptParams { logs: ReadonlyArray; /** - * The amount of gas consumed executing this transaciton. + * The amount of gas consumed executing this transaction. */ gasUsed: bigint;