From 2726bb2c9e6e2b740e1606b1f9712e8fefbac79f Mon Sep 17 00:00:00 2001 From: Hank Stoever Date: Mon, 8 Mar 2021 11:11:12 -0800 Subject: [PATCH] fix: remove canary info for installing connect for tx signing --- src/pages/build-apps/guides/transaction-signing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/build-apps/guides/transaction-signing.md b/src/pages/build-apps/guides/transaction-signing.md index 47da1539..228d70da 100644 --- a/src/pages/build-apps/guides/transaction-signing.md +++ b/src/pages/build-apps/guides/transaction-signing.md @@ -27,12 +27,12 @@ See the public registry tutorial for a concrete example of this functionality in ## Install dependency -~> With the recent launch of the Stacks Blockchain, the production release of `@stacks/connect` does not include a few key changes to help you build apps that integrate with the Stacks Mainnet and Testnet. If you're following this guide, you should install a beta version of `@stacks/connect` with the `canary` tag on NPM, as described below. We expect this code to be officially released into the `@stacks/connect` package soon. +~> In order to utilize the latest transaction signing with the Stacks Wallet, use version 5 of the `@stacks/connect` NPM package. The following dependency must be installed: ``` -npm install @stacks/connect@canary +npm install @stacks/connect@^5 ``` ## Initiate session