Commit aee890af authored by protolambda's avatar protolambda

fault-mon: fix optimism-portal address override option

parent 1aeb3f20
......@@ -148,7 +148,7 @@ export class FaultDetector extends BaseServiceV2<Options, Metrics, State> {
this.logger.info('fetching L2OutputOracle contract from OptimismPortal')
const opts = {
portalAddress,
address: portalAddress,
signerOrProvider: this.options.l1RpcProvider,
}
const portalContract = getOEContract('OptimismPortal', l2ChainId, opts)
......
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