Skip to content

Commit

Permalink
4443
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 5, 2024
1 parent df92894 commit 19a49a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/localnet/src/tonLightClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function main() {
const engines: LiteEngine[] = [];
engines.push(
new LiteSingleEngine({
host: `http://127.0.0.1:8111`,
host: `tcp://0.0.0.0:4443`,
publicKey: Buffer.from(server.id.key, "base64"),
})
);
Expand Down

0 comments on commit 19a49a3

Please sign in to comment.