Commit 60686092 authored by Kelvin Fichter's avatar Kelvin Fichter

feat(ctb): update L2OO interval

Deploys a new L2OutputOracle implementation with a SUBMISSION_INTERVAL
of 120 rather than 12. At a submission interval of 12, the output
submitter has difficulty keeping up. While we work on parallelizing the
output submitter, we'll keep this at 120.
parent 6a5cc4eb
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"batchInboxAddress": "0xff00000000000000000000000000000000000420", "batchInboxAddress": "0xff00000000000000000000000000000000000420",
"batchSenderAddress": "0x7431310e026B69BFC676C0013E12A1A11411EEc9", "batchSenderAddress": "0x7431310e026B69BFC676C0013E12A1A11411EEc9",
"l2OutputOracleSubmissionInterval": 12, "l2OutputOracleSubmissionInterval": 120,
"l2OutputOracleStartingBlockNumber": 4061224, "l2OutputOracleStartingBlockNumber": 4061224,
"l2OutputOracleStartingTimestamp": 1673550516, "l2OutputOracleStartingTimestamp": 1673550516,
......
{ {
"address": "0x2732AeA3D6c16A859690F5Eac178709e19A882a9", "address": "0x6a92fa03ec7c67E18328e1fDe54131B4A48294E4",
"abi": [ "abi": [
{ {
"inputs": [ "inputs": [
...@@ -413,37 +413,37 @@ ...@@ -413,37 +413,37 @@
"type": "function" "type": "function"
} }
], ],
"transactionHash": "0x969c79bb17aa79599a0b79720b91820b97b17732b402af33e1b0bd7d12fca260", "transactionHash": "0xb937cc4e8ca023312ceea9ac877d8be05168b09203e9fa5f25019d31cbdc900d",
"receipt": { "receipt": {
"to": null, "to": null,
"from": "0x956a5152D0f498dBA0c5966577bb44262F8F7078", "from": "0x956a5152D0f498dBA0c5966577bb44262F8F7078",
"contractAddress": "0x2732AeA3D6c16A859690F5Eac178709e19A882a9", "contractAddress": "0x6a92fa03ec7c67E18328e1fDe54131B4A48294E4",
"transactionIndex": 42, "transactionIndex": 12,
"gasUsed": "1262021", "gasUsed": "1262021",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000004000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000", "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000400000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x500d2f13e7cd9d486c81a2087e2c9acb8108962aa5fd40af9326736bb0ed6b98", "blockHash": "0xdc62f7894590a3c378beb503603f773026c96d1914a25445a19cd9e5d1e7c2f4",
"transactionHash": "0x969c79bb17aa79599a0b79720b91820b97b17732b402af33e1b0bd7d12fca260", "transactionHash": "0xb937cc4e8ca023312ceea9ac877d8be05168b09203e9fa5f25019d31cbdc900d",
"logs": [ "logs": [
{ {
"transactionIndex": 42, "transactionIndex": 12,
"blockNumber": 8299691, "blockNumber": 8300998,
"transactionHash": "0x969c79bb17aa79599a0b79720b91820b97b17732b402af33e1b0bd7d12fca260", "transactionHash": "0xb937cc4e8ca023312ceea9ac877d8be05168b09203e9fa5f25019d31cbdc900d",
"address": "0x2732AeA3D6c16A859690F5Eac178709e19A882a9", "address": "0x6a92fa03ec7c67E18328e1fDe54131B4A48294E4",
"topics": [ "topics": [
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498" "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
], ],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001", "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 93, "logIndex": 15,
"blockHash": "0x500d2f13e7cd9d486c81a2087e2c9acb8108962aa5fd40af9326736bb0ed6b98" "blockHash": "0xdc62f7894590a3c378beb503603f773026c96d1914a25445a19cd9e5d1e7c2f4"
} }
], ],
"blockNumber": 8299691, "blockNumber": 8300998,
"cumulativeGasUsed": "12589184", "cumulativeGasUsed": "7556149",
"status": 1, "status": 1,
"byzantium": true "byzantium": true
}, },
"args": [ "args": [
12, 120,
2, 2,
0, 0,
0, 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment