Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions packages/backend/discovery/degen/base/diffHistory.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Generated with discovered.json: 0x36b18dfc3c455063d11b97c558f1efdce054a83e

# Diff at Tue, 14 May 2024 07:08:06 GMT:

- author: sekuba (<sekuba@users.noreply.github.com>)
- comparing to: main@0dcad16d442c9306c666eb55cc246f5202105346 block: 12908240
- current block number: 14440563

## Description

This update extends the sequencer-only window for degen chain by 1000x to 1000d. (MaxTimeVariation.delayBlocks, maxTimeVariation.delaySeconds)
Context: Big chain reorg on the L2, no batches posted for the last ~30h.

## Watched changes

```diff
contract SequencerInbox (0x6216dD1EE27C5aCEC7427052d3eCDc98E2bc2221) {
+++ description: None
values.maxTimeVariation.2:
- 86400
+ 86400000
values.maxTimeVariation.0:
- 5760
+ 3456000
}
```

Generated with discovered.json: 0xb10226147642416599acfd9706b5734973b04a80

# Diff at Mon, 08 Apr 2024 19:50:43 GMT:
Expand Down
24 changes: 12 additions & 12 deletions packages/backend/discovery/degen/base/discovered.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "degen",
"chain": "base",
"blockNumber": 12908240,
"blockNumber": 14440563,
"configHash": "0x1c08a73d3f459da05a4c82334d4043f6c79a31afe8470e0c2dd85a11534fb0b5",
"version": 3,
"version": 4,
"contracts": [
{
"name": "Inbox",
Expand Down Expand Up @@ -84,7 +84,7 @@
"implementations": ["0x5ad3e9141D0EAd2132afFF0CD74487964cE9135A"],
"sinceTimestamp": 1710087441,
"values": {
"batchCount": 18310,
"batchCount": 29211,
"batchPosters": ["0xa3582189403F67a9CDB1CE0Ac066c954FFd3f205"],
"bridge": "0xEfEf4558802bF373Ce3307189C79a9cAb0a4Cb9C",
"dacKeyset": {
Expand All @@ -96,11 +96,11 @@
"IS_HARDCODED_SEQUENCER_BATCH_POSTER": false,
"keySetUpdates": 1,
"maxDataSize": 104857,
"maxTimeVariation": [5760, 48, 86400, 3600],
"maxTimeVariation": [3456000, 48, 86400000, 3600],
"rollup": "0xD34F3a11F10DB069173b32d84F02eDA578709143",
"sequencerVersion": "0x88",
"setIsBatchPosterCount": 1,
"totalDelayedMessagesRead": 94990
"totalDelayedMessagesRead": 118683
},
"derivedName": "SequencerInbox"
},
Expand Down Expand Up @@ -160,7 +160,7 @@
"0xa4000bDD2bB92ce6750b31F1eeda47Bd1cB8e6e4"
],
"getThreshold": 3,
"nonce": 0,
"nonce": 1,
"VERSION": "1.3.0"
},
"derivedName": "GnosisSafeL2"
Expand Down Expand Up @@ -264,12 +264,12 @@
"confirmPeriodBlocks": 241920,
"currentRequiredStake": "100000000000000000",
"extraChallengeTimeBlocks": 200,
"firstUnresolvedNode": 110,
"firstUnresolvedNode": 952,
"inbox": "0x21A1e2BFC61F30F2E81E0b08cd37c1FC7ef776E7",
"isERC20Enabled": false,
"lastStakeBlock": 12468814,
"latestConfirmed": 109,
"latestNodeCreated": 242,
"latestConfirmed": 951,
"latestNodeCreated": 1000,
"loserStakeEscrow": "0x0000000000000000000000000000000000000000",
"minimumAssertionPeriod": 75,
"outbox": "0xe63ddb12FBb6211a73F12a4367b10dA0834B82da",
Expand Down Expand Up @@ -335,12 +335,12 @@
"0x766DD3A13d17C6D175975C89225bde89F052dBc4"
],
"allowedOutboxList": ["0xe63ddb12FBb6211a73F12a4367b10dA0834B82da"],
"delayedMessageCount": 94998,
"delayedMessageCount": 118688,
"nativeToken": "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed",
"rollup": "0xD34F3a11F10DB069173b32d84F02eDA578709143",
"sequencerInbox": "0x6216dD1EE27C5aCEC7427052d3eCDc98E2bc2221",
"sequencerMessageCount": 18310,
"sequencerReportedSubMessageCount": 3872031
"sequencerMessageCount": 29211,
"sequencerReportedSubMessageCount": 15044161
},
"derivedName": "ERC20Bridge"
},
Expand Down
Loading