From 0157311d3763036f940208f0c424fe13f993f169 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:18:45 +0300 Subject: [PATCH 1/2] Update index.ts --- src/wallet/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/index.ts b/src/wallet/index.ts index 5a5e6c5..b66a50d 100644 --- a/src/wallet/index.ts +++ b/src/wallet/index.ts @@ -382,7 +382,7 @@ export class EncodedWallet { isSeed: boolean = true, chainType: CHAIN_TYPE = this.chain ): Promise { - //TODO: handle pk for different chains if necesary + //TODO: handle pk for different chains if necessary this.fillDefault(); const chainKey = { [CHAIN_TYPE.EVM]: "evm", From 2cc6506f1f839e03ff0a425374243c842ac87b8e Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:19:13 +0300 Subject: [PATCH 2/2] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b0b7c73..cf834ee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -58,7 +58,7 @@ function handle(client: Client, command: Command) { command // .command("") .description("rsc handler") - // .argument("", "password to encrpt key") + // .argument("", "password to encrypt key") .action(async (password) => { try { let answers = await inquirer.prompt([