Browse Source

deployment_fix

master
AlexG 2 years ago
parent
commit
b62099739d
  1. 1
      sources/jetton.deploy.ts

1
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. // 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 // read more about wallet apps https://ton.org/docs/participate/wallets/apps#tonhub-test-environment
let keyPair = await mnemonicToPrivateKey(mnemonics.split(" ")); let keyPair = await mnemonicToPrivateKey(mnemonics.split(" "));

Loading…
Cancel
Save