desc:'Whether or not the service is running against a Bedrock chain',
public:true,
},
optimismPortalAddress:{
validator:validators.str,
default:ethers.constants.AddressZero,
desc:'[Bedrock] Deployed OptimismPortal contract address. Used to retrieve necessary info for ouput verification. **Required** for custom op chains',
public:true,
},
stateCommitmentChainAddress:{
validator:validators.str,
default:ethers.constants.AddressZero,
desc:'[Legacy] Deployed StateCommitmentChain contract address. Used to fetch necessary info for output verification. **Required** for custom op chains',