Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy L1 OP contracts #4

Closed
2 tasks done
Tracked by #15 ...
palango opened this issue Aug 1, 2023 · 1 comment
Closed
2 tasks done
Tracked by #15 ...

Deploy L1 OP contracts #4

palango opened this issue Aug 1, 2023 · 1 comment
Assignees

Comments

@palango
Copy link

palango commented Aug 1, 2023

Tasks

@palango palango added this to the 1. Barebones Testnet milestone Aug 1, 2023
palango pushed a commit that referenced this issue Aug 16, 2023
Fix the semver lock file trailing newline.
@karlb karlb self-assigned this Aug 16, 2023
@karlb
Copy link

karlb commented Aug 23, 2023

I'll start with the following parameters:

{
  "numDeployConfirmations": 1,

  "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
}

We can still easily change them for quite a while, so I don't think a discussion about specific parameters is helpful at this time. Choosing the governance settings depends on #16.

@karlb karlb closed this as completed Aug 23, 2023
@carterqw2 carterqw2 mentioned this issue Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants