Skip to content

Commit

Permalink
Reverted values inside deploy-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Sep 10, 2024
1 parent 8b2357e commit c57843f
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions validation/genesis/validation-inputs/1135/deploy-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"l2OutputOracleChallenger": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"l2GenesisBlockGasLimit": "0x1c9c380",
"l1BlockTime": 12,
"baseFeeVaultRecipient": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"l1FeeVaultRecipient": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"sequencerFeeVaultRecipient": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"baseFeeVaultMinimumWithdrawalAmount": "0x1bc16d674ec80000",
"l1FeeVaultMinimumWithdrawalAmount": "0x1bc16d674ec80000",
"sequencerFeeVaultMinimumWithdrawalAmount": "0x1bc16d674ec80000",
"baseFeeVaultWithdrawalNetwork": 1,
"l1FeeVaultWithdrawalNetwork": 1,
"sequencerFeeVaultWithdrawalNetwork": 1,
"proxyAdminOwner": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"baseFeeVaultRecipient": "0xdA6e5640aFB2ED212Ba3a6fd83076e2ad3daD185",
"l1FeeVaultRecipient": "0xdA6e5640aFB2ED212Ba3a6fd83076e2ad3daD185",
"sequencerFeeVaultRecipient": "0xdA6e5640aFB2ED212Ba3a6fd83076e2ad3daD185",
"baseFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"l1FeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"sequencerFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"baseFeeVaultWithdrawalNetwork": 0,
"l1FeeVaultWithdrawalNetwork": 0,
"sequencerFeeVaultWithdrawalNetwork": 0,
"proxyAdminOwner": "0xdA6e5640aFB2ED212Ba3a6fd83076e2ad3daD185",
"finalSystemOwner": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"superchainConfigGuardian": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"finalizationPeriodSeconds": 604800,
Expand Down Expand Up @@ -56,5 +56,4 @@
"preimageOracleMinProposalSize": 1800000,
"preimageOracleChallengePeriod": 86400,
"l1CancunTimeOffset": "0x0"
}

}

0 comments on commit c57843f

Please sign in to comment.