diff --git a/packages/hop-node/src/watchers/SyncWatcher.ts b/packages/hop-node/src/watchers/SyncWatcher.ts index 0aeb05ca28..4752279ea8 100644 --- a/packages/hop-node/src/watchers/SyncWatcher.ts +++ b/packages/hop-node/src/watchers/SyncWatcher.ts @@ -148,8 +148,8 @@ class SyncWatcher extends BaseWatcher { this.started = true try { await Promise.all([ - this.pollGasCost() - // this.pollSync() + this.pollGasCost(), + this.pollSync() ]) } catch (err) { this.logger.error(`sync watcher error: ${err.message}\ntrace: ${err.stack}`)