@@ -2,9 +2,6 @@ import ProductListComponent from "@/components/ProductList"
22import { ButtonLink } from "@/components/ui/buttons/Button"
33
44import eigenLayer from "@/public/images/use-cases/eigen-layer-logo.png"
5- import lido from "@/public/images/use-cases/lido-logo.png"
6- import obol from "@/public/images/use-cases/obol-logo.png"
7- import omni from "@/public/images/use-cases/omni-logo.png"
85import symbiotic from "@/public/images/use-cases/symbiotic-logo.png"
96
107export const RestakingList = ( ) => {
@@ -44,61 +41,6 @@ export const RestakingList = () => {
4441 </ div > ,
4542 ] ,
4643 } ,
47- {
48- title : "Omni Network (AVS)" ,
49- description : "" ,
50- image : omni ,
51- alt : "Omni logo" ,
52- contentItems : [
53- < p key = "omni-description" >
54- Omni Network is an AVS that uses EigenLayer to secure messaging
55- between Ethereum and other blockchains. Operators guarantee delivery
56- of these messages in return for OMNI tokens.
57- </ p > ,
58- < div key = "omni-button" >
59- < ButtonLink href = "https://omni.network/" variant = "outline" >
60- Visit Omni
61- </ ButtonLink >
62- </ div > ,
63- ] ,
64- } ,
65- {
66- title : "Obol Network (Operator)" ,
67- description : "" ,
68- image : obol ,
69- alt : "Obol logo" ,
70- contentItems : [
71- < p key = "obol-description" >
72- Obol Network is an EigenLayer operator. They use a unique set up that
73- splits the work from an AVS across multiple operators, improving
74- stability and reducing the chance of issues like downtime.
75- </ p > ,
76- < div key = "omni-button" >
77- < ButtonLink href = "https://obol.org/" variant = "outline" >
78- Visit Obol
79- </ ButtonLink >
80- </ div > ,
81- ] ,
82- } ,
83- {
84- title : "Lido (LSP)" ,
85- description : "" ,
86- image : lido ,
87- alt : "Lido logo" ,
88- contentItems : [
89- < p key = "lido-description" >
90- Lido is a Liquid Staking Protocol (LSP) on Ethereum that lets people
91- use their ETH while staking it on Ethereum. Users who stake ETH
92- through Lido receive stETH tokens, that they can use for restaking and
93- DeFi lending.
94- </ p > ,
95- < div key = "lido-button" >
96- < ButtonLink href = "https://lido.fi/" variant = "outline" >
97- Visit Lido
98- </ ButtonLink >
99- </ div > ,
100- ] ,
101- } ,
10244 ]
10345
10446 return < ProductListComponent content = { productListSets } actionLabel = "Go" />
0 commit comments