From b62099739d04dc7b2fac07497f1cd6c31149cb01 Mon Sep 17 00:00:00 2001 From: AlexG <39581753+Reveloper@users.noreply.github.com> Date: Sun, 29 Jan 2023 13:03:30 +0400 Subject: [PATCH] deployment_fix --- sources/jetton.deploy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/jetton.deploy.ts b/sources/jetton.deploy.ts index 054c456..de5f4f0 100644 --- a/sources/jetton.deploy.ts +++ b/sources/jetton.deploy.ts @@ -18,6 +18,7 @@ import {SampleJetton} from "./output/jetton_SampleJetton"; }) // Insert your test wallet's 24 words, make sure you have some test Toncoins on its balance. Every deployment spent 0.5 test toncoin. + let mnemonics = "multiply voice predict admit ..."; // read more about wallet apps https://ton.org/docs/participate/wallets/apps#tonhub-test-environment let keyPair = await mnemonicToPrivateKey(mnemonics.split(" "));