Update index.mdx

This commit is contained in:
jeangovil 2023-07-13 20:11:28 +03:30 committed by Jinho Jang
parent 24a25b98ca
commit 8c2684de3a
1 changed files with 6 additions and 2 deletions

View File

@ -146,22 +146,27 @@ import {
timeline={[
{
period: '2018 Q1',
borderStyle: 'solid',
description: "Nimbus team founded",
},
{
period: '2018 Q4',
borderStyle: 'dashed',
description: 'Proof-of-stake client dev begins',
},
{
period: '2019 Q1',
borderStyle: 'solid',
description: 'Nimbus launches to testnet',
},
{
period: '2019 Q3',
borderStyle: 'dashed',
description: 'Nimbus and Lighthouse run first multi-client testnet',
},
{
period: '2020 Q4',
borderStyle: 'dashed',
description: 'Runs 144 validators at Beacon Chain mainnet launch',
},
{
@ -176,7 +181,6 @@ import {
},
{
period: '2023 Plus',
borderStyle: 'dashed',
description: 'Deving one-click install, component redundancy',
},
]}