fix:remove props to activation

This commit is contained in:
Hristo Nedelkov 2024-01-29 18:46:54 +02:00
parent 346f1384a5
commit d17b43d232
1 changed files with 1 additions and 22 deletions

View File

@ -81,28 +81,7 @@ const router = createBrowserRouter([
{ path: 'deposit', element: <Deposit /> },
{
path: 'activation',
element: (
<Activation
validatorsValue="4"
executionSyncStatus1={{
text: 'Execution Sync Status',
isGaugeIncluded: true,
gaugeColor: '$blue',
gaugeSynced: 123.524,
gaugeTotal: 172.503,
}}
executionSyncStatus2={{
text: 'Execution Sync Status',
isGaugeIncluded: true,
gaugeColor: '$red',
gaugeSynced: 123.524,
gaugeTotal: 172.503,
}}
currentAPRValue="4.40%"
estimatedActivationTimeValue="32 Days"
validatorQueueValue="92603"
/>
),
element: <Activation />,
},
],
element: <ValidatorOnboarding />,