Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 124 additions & 0 deletions src/components/icons/staking/OriginEtherGlyphIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
import { commonIconDefaultAttrs } from "@/components/icons/utils"

import { createIconBase } from "../icon-base"

export const OriginEtherGlyphIcon = createIconBase({
displayName: "OriginEtherGlyphIcon",
viewBox: "0 0 196 196",
className: "size-[1em] [&_.white]:fill-white dark:[&_.white]:fill-black",
...commonIconDefaultAttrs,
children: (
<>
<path
d="M98.0003 195.346C151.943 195.166 195.526 151.289 195.346 97.3456C195.165 43.4026 151.289 -0.18014 97.3463 0.000559879C43.4033 0.18136 -0.18024 44.0576 0.000560488 98.0006C0.18136 151.944 44.0573 195.527 98.0003 195.346Z"
fill="currentcolor"
/>
<path
opacity="0.2"
d="M158.727 158.329C192.216 124.616 192.049 70.1048 158.336 36.6148C124.623 3.12563 70.1123 3.29332 36.6223 37.0068L158.727 158.329Z"
className="white"
/>
<path
d="M93.6863 59.0938C94.9973 58.9598 96.3283 58.8908 97.6743 58.8908C119.083 58.8908 136.439 76.2458 136.439 97.6548C136.439 114.35 125.885 128.58 111.085 134.037L97.9323 152.535C128.123 152.396 152.554 127.879 152.554 97.6548C152.554 69.2748 131.012 45.9268 103.388 43.0688L93.6863 59.0938Z"
className="white"
/>
<path
d="M96.4292 42.7886C66.6952 43.4506 42.7942 67.7616 42.7942 97.6546C42.7942 125.622 63.7132 148.702 90.7572 152.104L102.085 136.172C100.638 136.336 99.1662 136.42 97.6742 136.42C76.2652 136.42 58.9102 119.064 58.9102 97.6546C58.9102 80.4986 70.0552 65.9456 85.4992 60.8406L96.4292 42.7886Z"
className="white"
/>
<path
d="M111.084 134.038C125.883 128.581 136.437 114.351 136.437 97.6558H152.553C152.553 127.88 128.121 152.397 97.9312 152.536L111.084 134.038Z"
fill="url(#paint2_linear_4198_4242)"
/>
<path
d="M96.4292 42.7886C66.6952 43.4506 42.7942 67.7616 42.7942 97.6546C42.7942 97.6546 58.9102 97.8866 58.9102 97.6546C58.9102 80.4986 70.0552 65.9456 85.4992 60.8406L96.4292 42.7886Z"
fill="url(#paint3_linear_4198_4242)"
/>
<path
d="M97.5774 142.524L125.133 103.719L97.5774 119.981L70.0364 103.719L97.5774 142.524Z"
className="white"
/>
<path
opacity="0.1"
d="M97.5752 142.524L125.131 103.719L97.5752 119.981V142.524Z"
fill="currentcolor"
/>
<path
d="M97.4913 114.829L125.183 98.5369L97.4913 52.7969L69.7983 98.5369L97.4913 114.829Z"
className="white"
/>
<path
opacity="0.1"
d="M97.4894 114.827L69.7974 98.5369L97.4894 52.7969V114.827Z"
fill="currentcolor"
/>
<path
opacity="0.1"
d="M97.4913 114.829V85.5547L69.7983 98.5377L97.4913 114.829Z"
fill="currentcolor"
/>
<path
opacity="0.1"
d="M97.4922 114.829V85.5547L125.185 98.5377L97.4922 114.829Z"
fill="currentcolor"
/>
<defs>
<linearGradient
id="paint0_linear_4198_4242"
x1="107.559"
y1="73.9906"
x2="84.9014"
y2="93.2975"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="currentcolor" stop-opacity="0.5" />
<stop offset="1" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient
id="paint1_linear_4198_4242"
x1="87.4313"
y1="117.023"
x2="104.664"
y2="105.774"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="currentcolor" stop-opacity="0.5" />
<stop offset="1" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient
id="paint2_linear_4198_4242"
x1="61.5401"
y1="166.419"
x2="121.98"
y2="126.828"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="currentcolor" stop-opacity="0.5" />
<stop offset="1" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient
id="paint3_linear_4198_4242"
x1="127.292"
y1="17.5274"
x2="69.4622"
y2="59.3106"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="currentcolor" stop-opacity="0.5" />
<stop offset="1" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient
id="paint4_linear_4198_4242"
x1="38.5753"
y1="69.3609"
x2="87.0903"
y2="98.9669"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#1C313F" />
<stop offset="1" stop-color="white" stop-opacity="0" />
</linearGradient>
</defs>
</>
),
})
1 change: 1 addition & 0 deletions src/components/icons/staking/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export * from "./LidoGlyphIcon"
export * from "./LiquidityTokenIcon"
export * from "./MultiClientIcon"
export * from "./OpenSourceStakingIcon"
export * from "./OriginEtherGlyphIcon"
export * from "./P2PGlyphIcon"
export * from "./PermissionlessIcon"
export * from "./RocketPoolGlyphIcon"
Expand Down
48 changes: 48 additions & 0 deletions src/data/staking-products.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,54 @@
"eventName": "Clicked Bedrock go to link"
}
},
{
"name": "Origin Ether",
"imageName": "OriginEther",
"hue": 211,
"launchDate": "2023-05-16",
"url": "https://originprotocol.eth.limo/",
"audits": [
{
"name": "OpenZeppelin - Origin SSV Native Staking - June 2024",
"url": "https://github.com/OriginProtocol/security/blob/master/audits/OpenZeppelin%20-%20Origin%20SSV%20Native%20Staking%20-%20June%202024.pdf"
},
{
"name": "Audit List",
"url": "https://docs.originprotocol.com/security-and-risk/audits"
}
],
"minEth": 0,
"feePercentage": 20,
"tokens": [
{
"name": "Origin Ether",
"symbol": "OETH",
"address": "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3"
}
],
"isFoss": true,
"hasBugBounty": true,
"isTrustless": true,
"hasPermissionlessNodes": false,
"pctMajorityExecutionClient": 50,
"pctMajorityConsensusClient": 50,
"platforms": ["Browser"],
"ui": ["GUI"],
"socials": {
"telegram": "https://t.me/originprotocol",
"reddit": "https://www.reddit.com/r/originprotocol/",
"twitter": "https://twitter.com/OriginProtocol",
"discord": "https://discord.com/invite/ogn",
"github": "https://github.com/originprotocol",
"youtube": "https://www.youtube.com/c/originprotocol",
"linkedin": "https://www.linkedin.com/company/originprotocol/"
},
"matomo": {
"eventCategory": "StakingProductCard",
"eventAction": "Clicked",
"eventName": "Clicked Origin Ether go to link"
}
},
{
"name": "Everstake",
"imageName": "Everstake",
Expand Down