Skip to content

Commit 96df9e7

Browse files
ftheirsHermanObst
andauthored
Update src/processors/siwe-bootstrap.ts
Co-authored-by: Herman Obst Demaestri <hodemaestri@gmail.com>
1 parent aec085e commit 96df9e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processors/siwe-bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export async function deriveAndPrint(
3737
const vars = context.vars;
3838

3939
const mnemonic = readRequiredEnv("TEST_MNEMONIC");
40-
const selection = selectAccountIndex(vars);
40+
const selection: AccountIndexSelection = selectAccountIndex(vars);
4141
cacheAccountIndex(vars, selection);
4242

4343
const derived = deriveAccountFromMnemonic(mnemonic, selection.index);

0 commit comments

Comments
 (0)