From 72b882a08f3bc5b3b2c0b0b18355b339fc5c73b2 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Wed, 25 Dec 2024 23:56:53 +0100 Subject: [PATCH 1/2] typo fix inbox.ts --- packages/sdk/src/lib/inbox/inbox.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/src/lib/inbox/inbox.ts b/packages/sdk/src/lib/inbox/inbox.ts index 7e6f6a425..74c9061ec 100644 --- a/packages/sdk/src/lib/inbox/inbox.ts +++ b/packages/sdk/src/lib/inbox/inbox.ts @@ -358,7 +358,7 @@ export class InboxTools { overrides?: Overrides ): Promise< // if a message delivered event was supplied then we'll definitely return - // a contract transaction or throw an error. If one isnt supplied then we may + // a contract transaction or throw an error. If one isn't supplied then we may // find no eligible events, and so return null T extends ForceInclusionParams ? ContractTransaction From 28cae4a10f973209d8905ae500b418bd72f31672 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Wed, 25 Dec 2024 23:57:31 +0100 Subject: [PATCH 2/2] typo fix multicall.ts --- packages/sdk/src/lib/utils/multicall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/src/lib/utils/multicall.ts b/packages/sdk/src/lib/utils/multicall.ts index 9ca4b1996..2e2bf7d4d 100644 --- a/packages/sdk/src/lib/utils/multicall.ts +++ b/packages/sdk/src/lib/utils/multicall.ts @@ -222,7 +222,7 @@ export class MultiCaller { } /** - * Multicall for token properties. Will collect all the requested properies for each of the + * Multicall for token properties. Will collect all the requested properties for each of the * supplied token addresses. * @param erc20Addresses * @param options Defaults to just 'name'