Skip to content

Commit

Permalink
Add code generated as part of the cel2 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Aug 30, 2023
1 parent 4ddaa11 commit 288185c
Show file tree
Hide file tree
Showing 20 changed files with 22,211 additions and 0 deletions.
14,484 changes: 14,484 additions & 0 deletions cel2-testnet/generated/genesis-l2.json

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions cel2-testnet/generated/rollup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"genesis": {
"l1": {
"hash": "0x0fca1778736fa79dad8d06eb81961a375af57d5655239fbb997596d6251148eb",
"number": 4131434
},
"l2": {
"hash": "0xfcac72313463d66d135c6a1a2e49773b9739d80c041f191cdaa9119576a4cc1d",
"number": 0
},
"l2_time": 1692621012,
"system_config": {
"batcherAddr": "0x7c308bc6b7c11443c8bd5557b4d40c25a4650310",
"overhead": "0x0000000000000000000000000000000000000000000000000000000000000834",
"scalar": "0x00000000000000000000000000000000000000000000000000000000000f4240",
"gasLimit": 30000000
}
},
"block_time": 5,
"max_sequencer_drift": 600,
"seq_window_size": 3600,
"channel_timeout": 300,
"l1_chain_id": 11155111,
"l2_chain_id": 22242220,
"regolith_time": 0,
"batch_inbox_address": "0xff00000000000000000000000000000000042070",
"deposit_contract_address": "0xb6ea4c97fe446ca60984b0ec5ec4cea301c69c27",
"l1_system_config_address": "0xa25b488546d7a9a2ff06b5c2f8cee8acebb5985b"
}
57 changes: 57 additions & 0 deletions packages/contracts-bedrock/deploy-config/cel2-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"finalSystemOwner": "0x240B9A578bD7E82F4a078FB9609e99d6E3e0e5e3",
"portalGuardian": "0x240B9A578bD7E82F4a078FB9609e99d6E3e0e5e3",

"l1StartingBlockTag": "0x0fca1778736fa79dad8d06eb81961a375af57d5655239fbb997596d6251148eb",

"l1ChainID": 11155111,
"l2ChainID": 22242220,
"l2BlockTime": 5,
"l1BlockTime": 12,

"maxSequencerDrift": 600,
"sequencerWindowSize": 3600,
"channelTimeout": 300,

"p2pSequencerAddress": "0x4f90ca6e2dD0FbBceC02F86dF69f0d6633cd2533",
"batchInboxAddress": "0xff00000000000000000000000000000000042070",
"batchSenderAddress": "0x7C308BC6B7C11443c8BD5557B4D40c25a4650310",

"l2OutputOracleSubmissionInterval": 120,
"l2OutputOracleStartingBlockNumber": 0,
"l2OutputOracleStartingTimestamp": 1692621012,

"l2OutputOracleProposer": "0x6F0fF8717D1a5C1c0519Dd4Fc78915DfdA47A54F",
"l2OutputOracleChallenger": "0x240B9A578bD7E82F4a078FB9609e99d6E3e0e5e3",

"finalizationPeriodSeconds": 12,

"proxyAdminOwner": "0x240B9A578bD7E82F4a078FB9609e99d6E3e0e5e3",
"baseFeeVaultRecipient": "0x240B9A578bD7E82F4a078FB9609e99d6E3e0e5e3",
"l1FeeVaultRecipient": "0x240B9A578bD7E82F4a078FB9609e99d6E3e0e5e3",
"sequencerFeeVaultRecipient": "0x240B9A578bD7E82F4a078FB9609e99d6E3e0e5e3",

"baseFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"l1FeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"sequencerFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"baseFeeVaultWithdrawalNetwork": 0,
"l1FeeVaultWithdrawalNetwork": 0,
"sequencerFeeVaultWithdrawalNetwork": 0,

"gasPriceOracleOverhead": 2100,
"gasPriceOracleScalar": 1000000,

"enableGovernance": true,
"governanceTokenSymbol": "OP",
"governanceTokenName": "Optimism",
"governanceTokenOwner": "0x240B9A578bD7E82F4a078FB9609e99d6E3e0e5e3",

"l2GenesisBlockGasLimit": "0x1c9c380",
"l2GenesisBlockBaseFeePerGas": "0x3b9aca00",
"l2GenesisRegolithTimeOffset": "0x0",

"eip1559Denominator": 50,
"eip1559Elasticity": 10,

"systemConfigStartBlock" : 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11155111

Large diffs are not rendered by default.

Loading

0 comments on commit 288185c

Please sign in to comment.