ton-watcher
Advanced tools
@@ -32,3 +32,3 @@ "use strict"; | ||
txWatcher.start(); | ||
process.send && process.send(`{ "event": "address", "data": "${address.toString()}" }`); | ||
process.send && process.send(`{ "event": "address", "data": { "address" : "${address.toString()}" }}`); | ||
process.on('message', (data) => executeCommand(core, data)); | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "ton-watcher", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -43,3 +43,3 @@ import { getHttpEndpoint } from "@orbs-network/ton-access"; | ||
txWatcher.start(); | ||
process.send && process.send(`{ "event": "address", "data": "${address.toString()}" }`); | ||
process.send && process.send(`{ "event": "address", "data": { "address" : "${address.toString()}" }}`); | ||
process.on('message', (data: string) => executeCommand(core, data)); | ||
@@ -46,0 +46,0 @@ } catch(e) { |
Sorry, the diff of this file is not supported yet
110026
0.03%