diff --git a/packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts b/packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts index b9b78a6201..b88ded5008 100644 --- a/packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts +++ b/packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts @@ -43,7 +43,7 @@ export async function createSubAccountSigner({ chainId }: { chainId: number }) { // Default index to 1 if the contract is not deployed // Note: importing an undeployed contract might need to be handled differently - // The implemention will likely require the signer to tell us the index + // The implementation will likely require the signer to tell us the index let index = 1; if (code) { index = await getOwnerIndex({