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"