Skip to content

Commit 0a81deb

Browse files
committed
add ethpool
1 parent ecf95bb commit 0a81deb

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

src/components/Staking/StakingProductsCardGrid.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const getSvgFromPath = (
7272
const mapping = {
7373
"abyss-glyph.svg": AbyssGlyphIcon,
7474
"allnodes-glyph.svg": AllnodesGlyphIcon,
75+
"ethpool-glyph.svg": EthpoolGlyphIcon,
7576
"ankr-glyph.svg": AnkrGlyphIcon,
7677
"avado-glyph.svg": AvadoGlyphIcon,
7778
"bloxstaking-glyph.svg": BloxstakingGlyphIcon,
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 EthpoolGlyphIcon = createIcon({
4+
displayName: "EthpoolGlyphIcon",
5+
viewBox: "0 0 32 32",
6+
defaultProps: {
7+
width: "32px",
8+
height: "32px",
9+
},
10+
d: "M16 0C24.8366 0 32 7.16344 32 16C32 19.8328 30.6523 23.3508 28.405 26.106L22.2067 14.2118L22.1734 14.1504L22.1389 14.0902L19.5622 9.14944C19.0835 8.22784 18.1325 7.65184 17.0944 7.65184H13.321C13.2083 7.65184 13.0982 7.67872 12.9997 7.7312C12.6592 7.90784 12.5261 8.32896 12.704 8.66944L23.8047 29.9706C21.496 31.2632 18.834 32 16 32C13.1431 32 10.4611 31.2512 8.13954 29.9393L14.8736 17.0176L14.9222 16.9011C15.0195 16.5862 14.8813 16.2355 14.5792 16.0794C14.4794 16.0282 14.3693 16 14.2566 16H10.4832L10.2618 16.009C9.312 16.0845 8.4608 16.6426 8.01536 17.4963L3.55496 26.0567C1.33167 23.3089 0 19.81 0 16C0 7.16344 7.16344 0 16 0Z",
11+
})

src/data/staking-products.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,36 @@
381381
"eventName": "Clicked Allnodes go to link"
382382
}
383383
},
384+
{
385+
"name": "Ethpool",
386+
"svgPath": "ethpool-glyph.svg",
387+
"hue": 20,
388+
"launchDate": "2020-11-02",
389+
"url": "https://ethpool.org/",
390+
"audits": [],
391+
"minEth": 32,
392+
"additionalStake": null,
393+
"additionalStakeUnit": null,
394+
"monthlyFee": null,
395+
"monthlyFeeUnit": null,
396+
"isFoss": true,
397+
"hasBugBounty": false,
398+
"isTrustless": false,
399+
"isPermissionless": false,
400+
"pctMajorityClient": 15,
401+
"isSelfCustody": true,
402+
"platforms": ["Browser"],
403+
"ui": ["GUI"],
404+
"socials": {
405+
"discord": "https://discord.io/ethermine",
406+
"twitter": "https://twitter.com/ethermine_org"
407+
},
408+
"matomo": {
409+
"eventCategory": "StakingProductCard",
410+
"eventAction": "Clicked",
411+
"eventName": "Clicked Ethpool go to link"
412+
}
413+
},
384414
{
385415
"name": "BloxStaking",
386416
"svgPath": "bloxstaking-glyph.svg",

0 commit comments

Comments
 (0)