Skip to content

Commit

Permalink
contracts: Add sepolia-devnet-0 deploy config (ethereum-optimism#9225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianst authored Feb 27, 2024
1 parent 0298446 commit 9b8ebce
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions packages/contracts-bedrock/deploy-config/sepolia-devnet-0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"l1StartingBlockTag": "0x5639be97000fec7131a880b19b664cae43f975c773f628a08a9bb658c2a68df0",
"l1ChainID": 11155111,
"l2ChainID": 11155421,
"l2BlockTime": 2,
"finalizationPeriodSeconds": 12,
"maxSequencerDrift": 600,
"sequencerWindowSize": 3600,
"channelTimeout": 300,
"p2pSequencerAddress": "0xa95b83e39aa78b00f12fe431865b563793d97af5",
"batchInboxAddress": "0xff00000000000000000000000000000011155421",
"batchSenderAddress": "0x19cc7073150d9f5888f09e0e9016d2a39667df14",
"l2OutputOracleSubmissionInterval": 120,
"l2OutputOracleStartingTimestamp": 1706484048,
"l2OutputOracleStartingBlockNumber": 0,
"l2OutputOracleProposer": "0x95014c45078354ff839f14192228108eac82e00a",
"l2OutputOracleChallenger": "0x8c20c40180751d93e939dddee3517ae0d1ebead2",
"cliqueSignerAddress": "0x0000000000000000000000000000000000000000",
"l1UseClique": false,
"l1BlockTime": 12,
"l1GenesisBlockTimestamp": "0x0",
"l1GenesisBlockNonce": "0x0",
"l1GenesisBlockGasLimit": "0x0",
"l1GenesisBlockDifficulty": null,
"l1GenesisBlockMixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"l1GenesisBlockCoinbase": "0x0000000000000000000000000000000000000000",
"l1GenesisBlockNumber": "0x0",
"l1GenesisBlockGasUsed": "0x0",
"l1GenesisBlockParentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"l1GenesisBlockBaseFeePerGas": null,
"l2GenesisBlockNonce": "0x0",
"l2GenesisBlockGasLimit": "0x1c9c380",
"l2GenesisBlockDifficulty": null,
"l2GenesisBlockMixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"l2GenesisBlockNumber": "0x0",
"l2GenesisBlockGasUsed": "0x0",
"l2GenesisBlockParentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"l2GenesisBlockBaseFeePerGas": "0x3b9aca00",
"l2GenesisRegolithTimeOffset": "0x0",
"l2GenesisCanyonTimeOffset": "0x0",
"l2GenesisDeltaTimeOffset": "0x0",
"l2GenesisBlockExtraData": null,
"proxyAdminOwner": "0x8c20c40180751d93e939dddee3517ae0d1ebead2",
"finalSystemOwner": "0x8c20c40180751d93e939dddee3517ae0d1ebead2",
"superchainConfigGuardian": "0x8c20c40180751d93e939dddee3517ae0d1ebead2",
"baseFeeVaultRecipient": "0x8c20c40180751d93e939dddee3517ae0d1ebead2",
"l1FeeVaultRecipient": "0x8c20c40180751d93e939dddee3517ae0d1ebead2",
"sequencerFeeVaultRecipient": "0x8c20c40180751d93e939dddee3517ae0d1ebead2",
"baseFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"l1FeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"sequencerFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"baseFeeVaultWithdrawalNetwork": "local",
"l1FeeVaultWithdrawalNetwork": "local",
"sequencerFeeVaultWithdrawalNetwork": "local",
"l1StandardBridgeProxy": "0x0000000000000000000000000000000000000000",
"l1CrossDomainMessengerProxy": "0x0000000000000000000000000000000000000000",
"l1ERC721BridgeProxy": "0x0000000000000000000000000000000000000000",
"systemConfigProxy": "0x0000000000000000000000000000000000000000",
"optimismPortalProxy": "0x0000000000000000000000000000000000000000",
"gasPriceOracleOverhead": 188,
"gasPriceOracleScalar": 684000,
"enableGovernance": true,
"governanceTokenSymbol": "OP",
"governanceTokenName": "Optimism",
"governanceTokenOwner": "0x8c20c40180751d93e939dddee3517ae0d1ebead2",
"deploymentWaitConfirmations": 0,
"eip1559Elasticity": 6,
"eip1559Denominator": 250,
"eip1559DenominatorCanyon": 250,
"systemConfigStartBlock": 4071248,
"faultGameAbsolutePrestate": "0x037bbcc23684afbb7f608024369242c5cdea261a4f63981387efb7cd81763536",
"faultGameMaxDepth": 73,
"faultGameMaxDuration": 86400,
"faultGameGenesisBlock": 0,
"faultGameSplitDepth": 0,
"fundDevAccounts": false,
"requiredProtocolVersion": "0x0000000000000000000000000000000000000005000000000000000000000000",
"recommendedProtocolVersion": "0x0000000000000000000000000000000000000005000000000000000000000000"
}

0 comments on commit 9b8ebce

Please sign in to comment.