Skip to content

Commit 2654771

Browse files
committed
fix: consensys staking product details
1 parent c9687fb commit 2654771

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

src/data/staking-products.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -749,10 +749,10 @@
749749
"eventName": "Clicked RockX go to link"
750750
}
751751
},
752-
{
752+
{
753753
"name": "Consensys Staking",
754754
"imageName": "ConsensysStaking",
755-
"hue": 341,
755+
"hue": 231,
756756
"launchDate": "2020-12-01",
757757
"url": "https://consensys.io/staking",
758758
"audits": [
@@ -764,22 +764,18 @@
764764
"minEth": 32,
765765
"additionalStake": null,
766766
"additionalStakeUnit": null,
767-
"monthlyFee": null,
768-
"monthlyFeeUnit": null,
769-
"isFoss": true,
767+
"monthlyFee": 8,
768+
"monthlyFeeUnit": "%",
769+
"isFoss": false,
770770
"hasBugBounty": true,
771771
"isTrustless": false,
772772
"isPermissionless": false,
773773
"pctMajorityExecutionClient": 95,
774774
"pctMajorityConsensusClient": 0,
775-
"isSelfCustody": true,
775+
"isSelfCustody": false,
776776
"platforms": ["macOS", "Windows"],
777-
"ui": ["GUI", "API", "GraphiQL"],
778-
"socials": {
779-
"discord": "https://discord.gg/AbYHBfjkDY",
780-
"twitter": "https://twitter.com/ssv_network",
781-
"github": "https://github.com/bloxapp/blox-live"
782-
},
777+
"ui": ["GUI", "API"],
778+
"socials": {},
783779
"matomo": {
784780
"eventCategory": "StakingProductCard",
785781
"eventAction": "Clicked",

0 commit comments

Comments
 (0)