Skip to content

Commit

Permalink
fix: add logger ton-to-cw start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Sep 12, 2024
1 parent 687bde8 commit 5317171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ton-to-cw/src/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ function validate() {
liteClient,
blockProcessor,
JETTON_BRIDGE,
logger

// "b4c796dc353687b1b571da07ef428e1d90eeac4922c8c2ee19b82a41dd66cac3",
logger,
"b346c48a06af4f743fa94975c37f3987e84c2aa4f0530f87378457d1d373d18c"
);

const relayer = new TonToCwRelayer()
.withBlockProcessor(blockProcessor)
.withTxProcessor(txProcessor);
.withTxProcessor(txProcessor)
.withLogger(logger);

relayer.relay();
})();

0 comments on commit 5317171

Please sign in to comment.