From 5cf1011d1024aeb2b9a44295440484fb857c851f Mon Sep 17 00:00:00 2001 From: Tal Kol Date: Thu, 5 May 2022 23:42:15 +0100 Subject: [PATCH] Minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d65901d..65852cb 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Alternatively, you can ignore the above requirements and develop right inside a * Deploy * Make sure all contracts are built and your setup is ready to deploy: * Each contract to deploy should have a script `build/mycontract.deploy.ts` to return its init data cell - * The deployment wallet is configured in `.env` (will be created automatically if not exists), with contents:
+ * The deployment wallet is configured in `.env` (created automatically if not exists), with contents:
`DEPLOYER_MNEMONIC="mad nation chief flavor ..."` * To deploy to mainnet (production), run in terminal `npm run deploy` * To deploy to testnet instead (where TON coins are free), run `npm run deploy:testnet`