Commit 4bb6e7c
fix(vibenet): remove 200ms Blocks feature card — not live on vibenet yet
The "200ms Blocks" card was added to the Vibenet landing page in #48 as a
preview of the Denim upgrade, but the underlying protocol change has not
shipped to vibenet. Verified against https://rpc.vibes.base.org today:
- consecutive blocks are 2s apart, not 200ms;
- `eth_getBlockByNumber` returns no `timestampMs` field;
- the BaseTime predeploy at 0x42..0030 is an uninitialized proxy
(`eth_call timestampMs()` reverts with "implementation not initialized").
So all three capability highlights on the card are currently false, and its
"Explore Blocks" CTA sends people to an explorer with no millisecond support.
Also drops the unconditional BaseTime row that the same PR injected into the
vibenet contracts list, for the same reason — it advertises a predeploy that
is not initialized on this network.
The Denim changelog entry (/upgrades/changelog/200ms-blocks) is unchanged:
that page is the roadmap surface and is correctly marked as upcoming. Add the
feature card back in the same PR that turns 200ms blocks on for vibenet.
Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6bd03ae commit 4bb6e7c
2 files changed
Lines changed: 6 additions & 43 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | | - | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
77 | 43 | | |
78 | 44 | | |
79 | 45 | | |
| |||
0 commit comments