Skip to content

Commit 2bb117c

Browse files
authored
Merge pull request #11630 from beetrootkid/dev
Adding Consensys Staking to staking provider list
2 parents 61df1f3 + 262fe1d commit 2bb117c

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { createIcon } from "@chakra-ui/react"
2+
3+
export const ConsensysStakingGlyphIcon = createIcon({
4+
displayName: "ConsensysStakingGlyphIcon",
5+
viewBox: "0 0 32 32",
6+
defaultProps: {
7+
width: "32px",
8+
height: "32px",
9+
},
10+
d: "M30.9951 11.9093V16.0004C30.9951 24.2845 24.2807 31 15.9979 31C7.71527 31 1 24.2836 1 15.9995C1 7.7155 7.71441 1 15.9971 1H20.0876L12.5889 8.49977V19.4125H23.4948L30.9951 11.9093ZM30.9951 1H20.0876V11.9093H30.9951V1Z",
11+
})

src/components/icons/staking/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export * from "./BloxstakingGlyphIcon"
99
export * from "./BugBountyIcon"
1010
export * from "./CautionProductGlyphIcon"
1111
export * from "./ChainLaboGlyphIcon"
12+
export * from "./ConsensysStakingGlyphIcon"
1213
export * from "./DefaultOpenSourceGlyphIcon"
1314
export * from "./DockerGlyphIcon"
1415
export * from "./EconomicalIcon"

src/data/staking-products.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,39 @@
748748
"eventAction": "Clicked",
749749
"eventName": "Clicked RockX go to link"
750750
}
751+
},
752+
{
753+
"name": "Consensys Staking",
754+
"imageName": "ConsensysStaking",
755+
"hue": 231,
756+
"launchDate": "2020-12-01",
757+
"url": "https://consensys.io/staking",
758+
"audits": [
759+
{
760+
"name": "SOC2 and Penttests",
761+
"url": "https://app.drata.com/trust/9cbca327-0c38-11ee-865f-029d78a187d9"
762+
}
763+
],
764+
"minEth": 32,
765+
"additionalStake": null,
766+
"additionalStakeUnit": null,
767+
"monthlyFee": 8,
768+
"monthlyFeeUnit": "%",
769+
"isFoss": false,
770+
"hasBugBounty": true,
771+
"isTrustless": false,
772+
"isPermissionless": false,
773+
"pctMajorityExecutionClient": 95,
774+
"pctMajorityConsensusClient": 0,
775+
"isSelfCustody": false,
776+
"platforms": ["macOS", "Windows"],
777+
"ui": ["GUI", "API"],
778+
"socials": {},
779+
"matomo": {
780+
"eventCategory": "StakingProductCard",
781+
"eventAction": "Clicked",
782+
"eventName": "Clicked ConsensysStaking go to link"
783+
}
751784
}
752785
],
753786
"pools": [

0 commit comments

Comments
 (0)