github.com/ethereum-optimism/optimism@v1.7.2/packages/contracts-bedrock/deploy-config/hardhat.json (about)

     1  {
     2    "finalSystemOwner": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
     3    "superchainConfigGuardian": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
     4    "proxyAdminOwner": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
     5    "l1StartingBlockTag": "earliest",
     6    "l1ChainID": 900,
     7    "l2ChainID": 901,
     8    "l2BlockTime": 2,
     9    "l1BlockTime": 12,
    10    "maxSequencerDrift": 300,
    11    "sequencerWindowSize": 15,
    12    "channelTimeout": 40,
    13    "p2pSequencerAddress": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
    14    "batchInboxAddress": "0xff00000000000000000000000000000000000000",
    15    "batchSenderAddress": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
    16    "l2OutputOracleSubmissionInterval": 6,
    17    "l2OutputOracleStartingTimestamp": 1,
    18    "l2OutputOracleStartingBlockNumber": 1,
    19    "gasPriceOracleOverhead": 2100,
    20    "gasPriceOracleScalar": 1000000,
    21    "l2OutputOracleProposer": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
    22    "l2OutputOracleChallenger": "0x6925B8704Ff96DEe942623d6FB5e946EF5884b63",
    23    "l2GenesisBlockBaseFeePerGas": "0x3B9ACA00",
    24    "l2GenesisBlockGasLimit": "0x17D7840",
    25    "baseFeeVaultRecipient": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
    26    "l1FeeVaultRecipient": "0x71bE63f3384f5fb98995898A86B02Fb2426c5788",
    27    "sequencerFeeVaultRecipient": "0xfabb0ac9d68b0b445fb7357272ff202c5651694a",
    28    "baseFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
    29    "l1FeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
    30    "sequencerFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
    31    "baseFeeVaultWithdrawalNetwork": 0,
    32    "l1FeeVaultWithdrawalNetwork": 0,
    33    "sequencerFeeVaultWithdrawalNetwork": 0,
    34    "enableGovernance": true,
    35    "governanceTokenName": "Optimism",
    36    "governanceTokenSymbol": "OP",
    37    "governanceTokenOwner": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
    38    "finalizationPeriodSeconds": 36,
    39    "eip1559Denominator": 50,
    40    "eip1559DenominatorCanyon": 250,
    41    "eip1559Elasticity": 10,
    42    "l2GenesisRegolithTimeOffset": "0x0",
    43    "systemConfigStartBlock": 0,
    44    "requiredProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000",
    45    "recommendedProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000",
    46    "faultGameAbsolutePrestate": "0x0000000000000000000000000000000000000000000000000000000000000000",
    47    "faultGameMaxDepth": 8,
    48    "faultGameMaxDuration": 2400,
    49    "faultGameGenesisBlock": 0,
    50    "faultGameGenesisOutputRoot": "0xDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF",
    51    "faultGameSplitDepth": 4,
    52    "faultGameWithdrawalDelay": 604800,
    53    "preimageOracleMinProposalSize": 10000,
    54    "preimageOracleChallengePeriod": 120,
    55    "proofMaturityDelaySeconds": 12,
    56    "disputeGameFinalityDelaySeconds": 6,
    57    "respectedGameType": 0,
    58    "useFaultProofs": false,
    59    "fundDevAccounts": false,
    60    "usePlasma": false,
    61    "daChallengeWindow": 100,
    62    "daResolveWindow": 100,
    63    "daBondSize": 1000,
    64    "daResolverRefundPercentage": 50
    65  }