File tree Expand file tree Collapse file tree 4 files changed +42
-0
lines changed Expand file tree Collapse file tree 4 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ import {
54
54
RockXGlyphIcon ,
55
55
SelfCustodyIcon ,
56
56
SenseiNodeGlyphIcon ,
57
+ SerenitaGlyphIcon ,
57
58
SquidGlyphIcon ,
58
59
StafiGlyphIcon ,
59
60
StakefishGlyphIcon ,
@@ -146,6 +147,7 @@ const iconsDefinitions = [
146
147
RockXGlyphIcon ,
147
148
SelfCustodyIcon ,
148
149
SenseiNodeGlyphIcon ,
150
+ SerenitaGlyphIcon ,
149
151
StafiGlyphIcon ,
150
152
StakefishGlyphIcon ,
151
153
StakewiseGlyphIcon ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import RockXGlyphIcon from "./rock-x-glyph.svg"
29
29
import RocketPoolGlyphIcon from "./rocket-pool-glyph.svg"
30
30
import SelfCustodyIcon from "./self-custody.svg"
31
31
import SenseiNodeGlyphIcon from "./sensei-node-glyph.svg"
32
+ import SerenitaGlyphIcon from "./serenita-glyph.svg"
32
33
import SquidGlyphIcon from "./squid-glyph.svg"
33
34
import StafiGlyphIcon from "./stafi-glyph.svg"
34
35
import StakefishGlyphIcon from "./stakefish-glyph.svg"
@@ -77,6 +78,7 @@ export {
77
78
RockXGlyphIcon ,
78
79
SelfCustodyIcon ,
79
80
SenseiNodeGlyphIcon ,
81
+ SerenitaGlyphIcon ,
80
82
SquidGlyphIcon ,
81
83
StafiGlyphIcon ,
82
84
StakefishGlyphIcon ,
Original file line number Diff line number Diff line change 810
810
"eventAction" : " Clicked" ,
811
811
"eventName" : " Clicked ConsensysStaking go to link"
812
812
}
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
+ }
813
848
}
814
849
],
815
850
"pools" : [
You can’t perform that action at this time.
0 commit comments