Skip to content

Commit e4cfb76

Browse files
committed
Add Serenita SaaS
1 parent c9ae039 commit e4cfb76

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

src/components/icons/Icons.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ import {
5454
RockXGlyphIcon,
5555
SelfCustodyIcon,
5656
SenseiNodeGlyphIcon,
57+
SerenitaGlyphIcon,
5758
SquidGlyphIcon,
5859
StafiGlyphIcon,
5960
StakefishGlyphIcon,
@@ -146,6 +147,7 @@ const iconsDefinitions = [
146147
RockXGlyphIcon,
147148
SelfCustodyIcon,
148149
SenseiNodeGlyphIcon,
150+
SerenitaGlyphIcon,
149151
StafiGlyphIcon,
150152
StakefishGlyphIcon,
151153
StakewiseGlyphIcon,

src/components/icons/staking/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import RockXGlyphIcon from "./rock-x-glyph.svg"
2929
import RocketPoolGlyphIcon from "./rocket-pool-glyph.svg"
3030
import SelfCustodyIcon from "./self-custody.svg"
3131
import SenseiNodeGlyphIcon from "./sensei-node-glyph.svg"
32+
import SerenitaGlyphIcon from "./serenita-glyph.svg"
3233
import SquidGlyphIcon from "./squid-glyph.svg"
3334
import StafiGlyphIcon from "./stafi-glyph.svg"
3435
import StakefishGlyphIcon from "./stakefish-glyph.svg"
@@ -77,6 +78,7 @@ export {
7778
RockXGlyphIcon,
7879
SelfCustodyIcon,
7980
SenseiNodeGlyphIcon,
81+
SerenitaGlyphIcon,
8082
SquidGlyphIcon,
8183
StafiGlyphIcon,
8284
StakefishGlyphIcon,
Lines changed: 3 additions & 0 deletions
Loading

src/data/staking-products.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,41 @@
810810
"eventAction": "Clicked",
811811
"eventName": "Clicked ConsensysStaking go to link"
812812
}
813+
},
814+
{
815+
"name": "Serenita",
816+
"imageName": "Serenita",
817+
"hue": 231,
818+
"launchDate": "2023-11-28",
819+
"url": "https://serenita.io",
820+
"audits": [
821+
{
822+
"name": "Smart contract audits",
823+
"url": "https://github.com/stakewise/v3-core/tree/main/audits"
824+
}
825+
],
826+
"minEth": 32,
827+
"additionalStake": null,
828+
"additionalStakeUnit": null,
829+
"monthlyFee": 5,
830+
"monthlyFeeUnit": "%",
831+
"isFoss": true,
832+
"hasBugBounty": true,
833+
"isTrustless": true,
834+
"isPermissionless": true,
835+
"pctMajorityExecutionClient": 0,
836+
"pctMajorityConsensusClient": 0,
837+
"isSelfCustody": true,
838+
"platforms": ["Browser"],
839+
"ui": ["GUI"],
840+
"socials": {
841+
"twitter": "https://x.com/SerenitaIO"
842+
},
843+
"matomo": {
844+
"eventCategory": "StakingProductCard",
845+
"eventAction": "Clicked",
846+
"eventName": "Clicked Serenita go to link"
847+
}
813848
}
814849
],
815850
"pools": [

0 commit comments

Comments
 (0)