Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down