From 3bb3a6fae53f442f980f5cb33bf2be2cc58825da Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Tue, 11 May 2021 13:54:37 -0400 Subject: [PATCH] fix: aclarified micro-STX units --- src/pages/write-smart-contracts/hello-world-tutorial.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/write-smart-contracts/hello-world-tutorial.md b/src/pages/write-smart-contracts/hello-world-tutorial.md index ac504cb9..7e8f0dbd 100644 --- a/src/pages/write-smart-contracts/hello-world-tutorial.md +++ b/src/pages/write-smart-contracts/hello-world-tutorial.md @@ -217,7 +217,8 @@ name, the fully qualified contract identifier for the new account is It's based on the dot notation: `
.` Ideally, you should estimate the minimal fees you need to pay. Factors like the size of the contract (among others) -determine the estimate. For this tutorial, you can keep it simple and accept the default fee of `2000` (0.02 STX). +determine the estimate. For this tutorial, you can keep it simple and accept the default fee of `2000` micro-STX +(0.02 STX). The testnet can take several minutes to deploy the contract. You can monitor the status of the deployment on the testnet Explorer using the URL format `https://explorer.stacks.co/txid/?chain=testnet`. Note that you can't