diff --git a/src/components/icons/Icons.stories.tsx b/src/components/icons/Icons.stories.tsx index fbedec3c63a..7164fd3f251 100644 --- a/src/components/icons/Icons.stories.tsx +++ b/src/components/icons/Icons.stories.tsx @@ -52,6 +52,7 @@ import { RockXGlyphIcon, SelfCustodyIcon, SenseiNodeGlyphIcon, + SerenitaGlyphIcon, SquidGlyphIcon, StafiGlyphIcon, StakefishGlyphIcon, @@ -158,6 +159,7 @@ const iconsDefinitions = [ { label: "RPCImportingIcon", Icon: RPCImportingIcon }, { label: "SelfCustodyIcon", Icon: SelfCustodyIcon }, { label: "SenseiNodeGlyphIcon", Icon: SenseiNodeGlyphIcon }, + { label: "SerenitaGlyphIcon", Icon: SerenitaGlyphIcon }, { label: "SocialRecoverIcon", Icon: SocialRecoverIcon }, { label: "SovereigntyGlyphIcon", Icon: SovereigntyGlyphIcon }, { label: "SquidGlyphIcon", Icon: SquidGlyphIcon }, diff --git a/src/components/icons/staking/index.ts b/src/components/icons/staking/index.ts index 04d78418953..b36f2311e18 100644 --- a/src/components/icons/staking/index.ts +++ b/src/components/icons/staking/index.ts @@ -29,6 +29,7 @@ import RockXGlyphIcon from "./rock-x-glyph.svg" import RocketPoolGlyphIcon from "./rocket-pool-glyph.svg" import SelfCustodyIcon from "./self-custody.svg" import SenseiNodeGlyphIcon from "./sensei-node-glyph.svg" +import SerenitaGlyphIcon from "./serenita-glyph.svg" import SquidGlyphIcon from "./squid-glyph.svg" import StafiGlyphIcon from "./stafi-glyph.svg" import StakefishGlyphIcon from "./stakefish-glyph.svg" @@ -77,6 +78,7 @@ export { RockXGlyphIcon, SelfCustodyIcon, SenseiNodeGlyphIcon, + SerenitaGlyphIcon, SquidGlyphIcon, StafiGlyphIcon, StakefishGlyphIcon, diff --git a/src/components/icons/staking/serenita-glyph.svg b/src/components/icons/staking/serenita-glyph.svg new file mode 100644 index 00000000000..870814857ef --- /dev/null +++ b/src/components/icons/staking/serenita-glyph.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/data/staking-products.json b/src/data/staking-products.json index a3d2291666c..c144f05df0d 100644 --- a/src/data/staking-products.json +++ b/src/data/staking-products.json @@ -810,6 +810,65 @@ "eventAction": "Clicked", "eventName": "Clicked ConsensysStaking go to link" } + }, + { + "name": "Serenita", + "imageName": "Serenita", + "hue": 231, + "launchDate": "2023-11-28", + "url": "https://serenita.io", + "audits": [ + { + "name": "2023-05-Halborn", + "url": "https://github.com/stakewise/v3-core/tree/main/audits/2023-05-Halborn.pdf" + }, + { + "name": "2023-08-Halborn", + "url": "https://github.com/stakewise/v3-core/tree/main/audits/2023-08-Halborn.pdf" + }, + { + "name": "2023-08-Sigma-Prime", + "url": "https://github.com/stakewise/v3-core/tree/main/audits/2023-08-Sigma-Prime.pdf" + }, + { + "name": "2024-03-Consensys-Diligence", + "url": "https://github.com/stakewise/v3-core/tree/main/audits/2024-03-Consensys-Diligence.pdf" + }, + { + "name": "2024-06-Sigma-Prime", + "url": "https://github.com/stakewise/v3-core/tree/main/audits/2024-06-Sigma-Prime.pdf" + }, + { + "name": "2024-09-Sigma-Prime", + "url": "https://github.com/stakewise/v3-core/tree/main/audits/2024-09-Sigma-Prime.pdf" + }, + { + "name": "2025-09-ABDK", + "url": "https://github.com/stakewise/v3-core/tree/main/audits/2025-09-ABDK.pdf" + } + ], + "minEth": 32, + "additionalStake": null, + "additionalStakeUnit": null, + "monthlyFee": 5, + "monthlyFeeUnit": "%", + "isFoss": true, + "hasBugBounty": true, + "isTrustless": true, + "isPermissionless": true, + "pctMajorityExecutionClient": 0, + "pctMajorityConsensusClient": 0, + "isSelfCustody": true, + "platforms": ["Browser"], + "ui": ["GUI"], + "socials": { + "twitter": "https://x.com/SerenitaIO" + }, + "matomo": { + "eventCategory": "StakingProductCard", + "eventAction": "Clicked", + "eventName": "Clicked Serenita go to link" + } } ], "pools": [ @@ -1212,4 +1271,4 @@ } } ] -} \ No newline at end of file +}