We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7acf1 commit 5f66d31Copy full SHA for 5f66d31
src/components/NetworkMaturity.tsx
@@ -31,10 +31,14 @@ const NetworkMaturity = () => {
31
{" "}
32
<p>
33
We review the network’s progress towards{" "}
34
- <a href="https://medium.com/l2beat/introducing-stages-a-framework-to-evaluate-rollups-maturity-d290bb22befe">
+ <a
35
+ href="https://medium.com/l2beat/introducing-stages-a-framework-to-evaluate-rollups-maturity-d290bb22befe"
36
+ target="_blank"
37
+ rel="noopener noreferrer"
38
+ >
39
Ethereum alignment
40
</a>
- (<strong>rollup stages 0-2</strong>),{" "}
41
+ (<strong>rollup stages 0-2</strong>),{" "}
42
<strong>total value locked (TVL)</strong>,
43
<strong> time live in production</strong>, and{" "}
44
<strong>risk considerations</strong>. These levels help track
0 commit comments