Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ndatg committed Feb 6, 2024
1 parent e71acf3 commit 50365e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The first execution of the `sendTransfer` will make the wallet code deploy.

```js
import { HighloadWalletContract, HighloadWalletContractV2 } from "ton-highload-wallet-contract";
import { mnemonicToPrivateKey } from "ton-crypto";
import { mnemonicToPrivateKey } from "@ton/crypto";

// Create contract
const key = await mnemonicToPrivateKey(mnemonic.split(" "));
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ton-highload-wallet-contract",
"version": "1.0.1",
"version": "1.0.2",
"description": "TON Highload Wallet Contract",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 50365e0

Please sign in to comment.