Commit 7eb478fa authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6400 from ethereum-optimism/jm/bedrock-true

feat(chain-mon): Set SDK to bedrock true
parents e4f5535d df320467
......@@ -103,6 +103,7 @@ export class WithdrawalMonitor extends BaseServiceV2<Options, Metrics, State> {
l2SignerOrProvider: this.options.l2RpcProvider,
l1ChainId: await getChainId(this.options.l1RpcProvider),
l2ChainId: await getChainId(this.options.l2RpcProvider),
bedrock: true,
})
// Not detected by default.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment