Skip to content

Commit cd432fc

Browse files
authored
Merge pull request #13128 from Khemmie-Ray/Remove-BloxStaking-card
remove bloxstaking card fixes issue #13116
2 parents 2f4af4d + d2903c2 commit cd432fc

File tree

4 files changed

+0
-51
lines changed

4 files changed

+0
-51
lines changed

src/components/icons/Icons.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
AuditedIcon,
3333
AvadoGlyphIcon,
3434
BattleTestedIcon,
35-
BloxstakingGlyphIcon,
3635
BugBountyIcon,
3736
CautionProductGlyphIcon,
3837
DefaultOpenSourceGlyphIcon,
@@ -118,7 +117,6 @@ const iconsDefinitions = [
118117
AuditedIcon,
119118
AvadoGlyphIcon,
120119
BattleTestedIcon,
121-
BloxstakingGlyphIcon,
122120
BugBountyIcon,
123121
CautionProductGlyphIcon,
124122
StakingDappnodeGlyphIcon,

src/components/icons/staking/BloxstakingGlyphIcon.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/components/icons/staking/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export * from "./AuditedIcon"
55
export * from "./AvadoGlyphIcon"
66
export * from "./BattleTestedIcon"
77
export * from "./BedrockGlyphIcon"
8-
export * from "./BloxstakingGlyphIcon"
98
export * from "./BugBountyIcon"
109
export * from "./CautionProductGlyphIcon"
1110
export * from "./ChainLaboGlyphIcon"

src/data/staking-products.json

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -609,43 +609,6 @@
609609
"eventName": "Clicked Ethpool go to link"
610610
}
611611
},
612-
{
613-
"name": "BloxStaking",
614-
"imageName": "Bloxstaking",
615-
"hue": 341,
616-
"launchDate": "2020-12-08",
617-
"url": "https://www.bloxstaking.com/",
618-
"audits": [
619-
{
620-
"name": "CoinFabrik",
621-
"url": "https://github.com/bloxapp/ssv-network/blob/main/docs/SSV_Token_Dex%26Vesting_audit.pdf"
622-
}
623-
],
624-
"minEth": 32,
625-
"additionalStake": null,
626-
"additionalStakeUnit": null,
627-
"monthlyFee": null,
628-
"monthlyFeeUnit": null,
629-
"isFoss": true,
630-
"hasBugBounty": false,
631-
"isTrustless": false,
632-
"isPermissionless": false,
633-
"pctMajorityExecutionClient": null,
634-
"pctMajorityConsensusClient": 43.8,
635-
"isSelfCustody": true,
636-
"platforms": ["Linux", "macOS", "Windows"],
637-
"ui": ["GUI"],
638-
"socials": {
639-
"discord": "https://discord.gg/AbYHBfjkDY",
640-
"twitter": "https://twitter.com/ssv_network",
641-
"github": "https://github.com/bloxapp/blox-live"
642-
},
643-
"matomo": {
644-
"eventCategory": "StakingProductCard",
645-
"eventAction": "Clicked",
646-
"eventName": "Clicked BloxStaking go to link"
647-
}
648-
},
649612
{
650613
"name": "Abyss Finance",
651614
"imageName": "Abyss",

0 commit comments

Comments
 (0)