@@ -8,6 +8,7 @@ import { HighlightDarkIcon } from "./HighlightDarkIcon"
8
8
import { HighlightIcon } from "./HighlightIcon"
9
9
import {
10
10
CorrectIcon ,
11
+ GreenTickIcon ,
11
12
IncorrectIcon ,
12
13
StarConfettiIcon ,
13
14
TrophyIcon ,
@@ -31,15 +32,20 @@ import {
31
32
AuditedIcon ,
32
33
AvadoGlyphIcon ,
33
34
BattleTestedIcon ,
35
+ BedrockGlyphIcon ,
34
36
BugBountyIcon ,
35
37
CautionProductGlyphIcon ,
38
+ ChainLaboGlyphIcon ,
39
+ ConsensysStakingGlyphIcon ,
36
40
DefaultOpenSourceGlyphIcon ,
37
41
DockerGlyphIcon ,
38
42
EconomicalIcon ,
39
43
EthpoolGlyphIcon ,
44
+ EverstakeGlyphIcon ,
40
45
FigmentGlyphIcon ,
41
46
GreenCheckProductGlyphIcon ,
42
47
KilnGlyphIcon ,
48
+ LaunchnodesGlyphIcon ,
43
49
LidoGlyphIcon ,
44
50
LiquidityTokenIcon ,
45
51
MultiClientIcon ,
@@ -49,6 +55,8 @@ import {
49
55
RocketPoolGlyphIcon ,
50
56
RockXGlyphIcon ,
51
57
SelfCustodyIcon ,
58
+ SenseiNodeGlyphIcon ,
59
+ SquidGlyphIcon ,
52
60
StafiGlyphIcon ,
53
61
StakefishGlyphIcon ,
54
62
StakewiseGlyphIcon ,
@@ -98,6 +106,7 @@ export default meta
98
106
const iconsDefinitions = [
99
107
CorrectIcon ,
100
108
IncorrectIcon ,
109
+ GreenTickIcon ,
101
110
StarConfettiIcon ,
102
111
TrophyIcon ,
103
112
DappnodeIcon ,
@@ -116,17 +125,22 @@ const iconsDefinitions = [
116
125
AuditedIcon ,
117
126
AvadoGlyphIcon ,
118
127
BattleTestedIcon ,
128
+ BedrockGlyphIcon ,
119
129
BugBountyIcon ,
120
130
CautionProductGlyphIcon ,
131
+ ChainLaboGlyphIcon ,
132
+ ConsensysStakingGlyphIcon ,
121
133
StakingDappnodeGlyphIcon ,
122
134
DefaultOpenSourceGlyphIcon ,
123
135
DockerGlyphIcon ,
124
136
EconomicalIcon ,
125
137
EthpoolGlyphIcon ,
138
+ EverstakeGlyphIcon ,
126
139
FigmentGlyphIcon ,
127
140
GreenCheckProductGlyphIcon ,
128
141
P2PGlyphIcon ,
129
142
KilnGlyphIcon ,
143
+ LaunchnodesGlyphIcon ,
130
144
LidoGlyphIcon ,
131
145
LiquidityTokenIcon ,
132
146
MultiClientIcon ,
@@ -135,6 +149,7 @@ const iconsDefinitions = [
135
149
RocketPoolGlyphIcon ,
136
150
RockXGlyphIcon ,
137
151
SelfCustodyIcon ,
152
+ SenseiNodeGlyphIcon ,
138
153
StafiGlyphIcon ,
139
154
StakefishGlyphIcon ,
140
155
StakewiseGlyphIcon ,
@@ -144,6 +159,7 @@ const iconsDefinitions = [
144
159
StakingGlyphEtherCircleIcon ,
145
160
StakingGlyphTokenWalletIcon ,
146
161
StereumGlyphIcon ,
162
+ SquidGlyphIcon ,
147
163
TrustlessIcon ,
148
164
UnknownProductGlyphIcon ,
149
165
WagyuGlyphIcon ,
0 commit comments