goerli-nightly.ts 682 Bytes
Newer Older
1
const config = {
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
  l1BlockTimeSeconds: 15,
  l2BlockGasLimit: 15_000_000,
  l2ChainId: 421,
  ctcL2GasDiscountDivisor: 32,
  ctcEnqueueGasCost: 60_000,
  sccFaultProofWindowSeconds: 604800,
  sccSequencerPublishWindowSeconds: 12592000,
  ovmSequencerAddress: '0xba517B809d22D5e27F607c03dEBDe09d5Ad27049',
  ovmProposerAddress: '0x69fe6dE5b2Cd205FfC6D0c9F26df681b262A91dd',
  ovmBlockSignerAddress: '0x00000398232E2064F896018496b4b44b3D62751F',
  ovmFeeWalletAddress: '0xba517B809d22D5e27F607c03dEBDe09d5Ad27049',
  ovmAddressManagerOwner: '0x4F3F400c20448D33ECc12E7d289F49dA7fC51736',
  ovmGasPriceOracleOwner: '0xc8910a1957d276cE5634B978d908B5ef9fB0e05B',
}

export default config