ton-watcher
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -32,2 +32,3 @@ "use strict"; | ||
txWatcher.start(); | ||
process.send && process.send(`{ "event": "address", "data": "${address.toString()}" }`); | ||
process.on('message', (data) => executeCommand(core, data)); | ||
@@ -34,0 +35,0 @@ } |
{ | ||
"name": "ton-watcher", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -23,3 +23,3 @@ import { getHttpEndpoint } from "@orbs-network/ton-access"; | ||
const address = wallet.address; | ||
try { | ||
@@ -44,2 +44,3 @@ const endpoint = await getHttpEndpoint({ network: 'mainnet' }); | ||
txWatcher.start(); | ||
process.send && process.send(`{ "event": "address", "data": "${address.toString()}" }`); | ||
process.on('message', (data: string) => executeCommand(core, data)); | ||
@@ -46,0 +47,0 @@ } catch(e) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109996
1818