Update index.mdx
This commit is contained in:
parent
907540014e
commit
3870cfc5fd
|
@ -94,12 +94,12 @@ import {
|
||||||
timeline={[
|
timeline={[
|
||||||
{
|
{
|
||||||
period: '2024 Q1',
|
period: '2024 Q1',
|
||||||
borderStyle: 'dashed',
|
borderStyle: 'solid',
|
||||||
description: "Full specification of the base layer",
|
description: "Full specification of the base layer",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
period: '2024 Q3',
|
period: '2024 Q3',
|
||||||
borderStyle: 'dashed',
|
borderStyle: 'solid',
|
||||||
description: 'Testnet base layer implementation',
|
description: 'Testnet base layer implementation',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -109,11 +109,12 @@ import {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
period: '2025 Q1',
|
period: '2025 Q1',
|
||||||
|
borderStyle: 'solid',
|
||||||
description: 'Testnet coordination layer implementation',
|
description: 'Testnet coordination layer implementation',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
period: '2025 Q3',
|
period: '2025 Q3',
|
||||||
borderStyle: 'dashed',
|
borderStyle: 'solid',
|
||||||
description: 'Mainet base plus coordination layer launch',
|
description: 'Mainet base plus coordination layer launch',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -140,4 +141,4 @@ import {
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="#"
|
href="#"
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
Loading…
Reference in New Issue