Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperpotamus authored Oct 29, 2023
1 parent 6ce47ba commit 33afa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-contract/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ network:testnet
import * as fs from "fs";
import { getHttpEndpoint } from "@orbs-network/ton-access";
import { mnemonicToWalletKey } from "ton-crypto";
import { TonClient, Cell, WalletContractV4 } from "ton";
import { TonClient, Cell, WalletContractV4 } from "@ton/ton";
import Counter from "../wrappers/Counter"; // this is the interface class from step 7

export async function run() {
Expand Down

0 comments on commit 33afa2d

Please sign in to comment.