diff --git a/src/pages/build-apps/guides/transaction-signing.md b/src/pages/build-apps/guides/transaction-signing.md index c92f69ae..a7206b58 100644 --- a/src/pages/build-apps/guides/transaction-signing.md +++ b/src/pages/build-apps/guides/transaction-signing.md @@ -92,7 +92,7 @@ interface STXTransferOptions { Call the `openContractDeploy` function provided by the `connect` package to trigger the display of a transaction signing prompt for deploying a smart contract: ```tsx -import { openContractDeploy } from '@blockstack/connect'; +import { openContractDeploy } from '@stack/connect'; const codeBody = '(begin (print "hello, world"))';