From de9a3976e050f174c9d7e1e697bd5cd5e03519bc Mon Sep 17 00:00:00 2001 From: Alejandro Busse Date: Mon, 30 Oct 2023 13:04:15 -0300 Subject: [PATCH] docs(root): fix package.json for smc examples fix package.json for smc examples WP-0000 TICKET: WP-0000 --- examples/ts/tss-smc/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/ts/tss-smc/package.json b/examples/ts/tss-smc/package.json index b831e43c76..c0ac8f8393 100644 --- a/examples/ts/tss-smc/package.json +++ b/examples/ts/tss-smc/package.json @@ -4,7 +4,8 @@ "description": "TSS Self Managed Cold Wallets Examples", "scripts": { "step1": "ts-node create-smc-wallet-step-1.ts", - "step2": "ts-node create-smc-wallet-step-2.ts" + "step2": "ts-node create-smc-wallet-step-2.ts", + "create-smc-wallet": "ts-node create-smc-wallet-reusing-keys.ts" }, "dependencies": { "bitgo": "19.5.0"