Skip to content

Commit

Permalink
Add log line to withdrawal mon
Browse files Browse the repository at this point in the history
  • Loading branch information
kahuang committed Jun 13, 2023
1 parent 7f400e6 commit 95ec1e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/chain-mon/src/wd-mon/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ export class WithdrawalMonitor extends BaseServiceV2<Options, Metrics, State> {
name: 'L2',
})

this.logger.info(`overridden optimism portal address: `, {
optimismPortalAddress: this.options.optimismPortalAddress,
})

if (this.options.optimismPortalAddress) {
this.state.messenger = new CrossChainMessenger({
l1SignerOrProvider: this.options.l1RpcProvider,
Expand Down

0 comments on commit 95ec1e7

Please sign in to comment.