Fix activation props
This commit is contained in:
parent
9bb67814fb
commit
15ef7b3286
|
@ -15,5 +15,25 @@ export default meta
|
||||||
type Story = StoryObj<typeof meta>
|
type Story = StoryObj<typeof meta>
|
||||||
|
|
||||||
export const Default: Story = {
|
export const Default: Story = {
|
||||||
args: {},
|
args: {
|
||||||
|
validatorsValue: { text: '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",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue