@@ -33,7 +33,6 @@ data without having to run your own indexing infrastructure.
3333 and protected data
3434- ** GraphQL Interface** : Powerful query language for flexible data retrieval
3535- ** Multi-network Support** : Access data across different blockchain networks
36- - ** Cost-effective** : No need to run your own indexing infrastructure
3736
3837## 🗂️ Available Subgraphs
3938
@@ -45,7 +44,7 @@ protocol.
4544 <ProjectCard
4645 title="iExec PoCo - Arbitrum Mainnet"
4746 description="Indexes Proof of Contribution (PoCo) data on Arbitrum mainnet, including apps, deals, tasks, and workerpools"
48- icon="mdi : database-network "
47+ icon-image="/assets/icons/arbitrum-logo.png "
4948 status="available"
5049 status-label="Live"
5150 button-label="Explore Subgraph"
@@ -58,7 +57,7 @@ protocol.
5857 <ProjectCard
5958 title="iExec DataProtector - Arbitrum Mainnet"
6059 description="Indexes DataProtector protocol data on Arbitrum mainnet, including protected data, access grants, and sharing mechanisms"
61- icon="mdi : shield-lock "
60+ icon-image="/assets/icons/arbitrum-logo.png "
6261 status="available"
6362 status-label="Live"
6463 button-label="Explore Subgraph"
@@ -71,7 +70,7 @@ protocol.
7170<ProjectCard
7271 title="iExec PoCo - Bellecour Mainnet"
7372 description="Indexes Proof of Contribution (PoCo) data on Bellecour mainnet, including apps, deals, tasks, and workerpools"
74- icon="mdi : database-network "
73+ icon-image="/assets/icons/iexec-logo.png "
7574 status="available"
7675 status-label="Live"
7776 button-label="Explore Subgraph"
@@ -81,18 +80,20 @@ protocol.
8180 button-rel="noreferrer"
8281 />
8382
84- <ProjectCard
83+ <ProjectCard
8584 title="iExec DataProtector - Bellecour Mainnet"
8685 description="Indexes DataProtector protocol data on Bellecour mainnet, including protected data, access grants, and sharing mechanisms"
87- icon="mdi : shield-lock "
86+ icon-image="/assets/icons/iexec-logo.png "
8887 status="available"
8988 status-label="Live"
9089 button-label="Explore Subgraph"
9190 button-icon="mdi: open-in-new "
9291 button-href="https://thegraph.iex.ec/subgraphs/name/bellecour/dataProtector-v2/graphql?query=query+MyQuery+%7B%0A++protectedDatas+%7B%0A++++id%0A++++name%0A++++owner+%7B%0A++++++id%0A++++%7D%0A++%7D%0A%7D "
9392 button-target="_ blank"
9493 button-rel="noreferrer"
95- /> </CardGrid >
94+ />
95+
96+ </CardGrid >
9697
9798## 🔍 GraphQL Explorer Interface
9899
@@ -108,7 +109,7 @@ explore the available data and construct complex queries.
108109
109110### How to Use the GraphQL Explorer
110111
111- 1 . ** Navigate to a Subgraph** : Click on any of the subgraph links above tos
112+ 1 . ** Navigate to a Subgraph** : Click on any of the subgraph links above to
112113 access the GraphQL explorer
1131142 . ** Explore the Schema** : Use the "Schema" tab to browse available entities and
114115 their fields
0 commit comments