Skip to content

Commit 1e94cb8

Browse files
committed
feat: enhance subgraph explorer with Arbitrum Sepolia support and update deployment commands
1 parent e1a16c3 commit 1e94cb8

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

src/get-started/tooling-and-explorers/subgraph-explorer.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: The Graph Explorer
33
description:
44
Explore and query blockchain data using The Graph's decentralized indexing
5-
protocol. Access iExec subgraphs on Arbitrum and Bellecour networks.
5+
protocol. Access iExec subgraphs on Arbitrum, Arbitrum Sepolia, and Bellecour
6+
networks.
67
---
78

89
# 🔍 The Graph Explorer
@@ -70,6 +71,28 @@ protocol.
7071
button-rel="noreferrer"
7172
/>
7273

74+
<ProjectCard
75+
title="iExec PoCo - Arbitrum Sepolia"
76+
description="Indexes Proof of Contribution (PoCo) data on Arbitrum Sepolia testnet, including apps, deals, tasks and workerpools"
77+
:icon-image="arbitrumIcon"
78+
status="available"
79+
status-label="Live"
80+
button-label="Explore Subgraph"
81+
button-href="https://thegraph.com/explorer/subgraphs/2GCj8gzLCihsiEDq8cYvC5nUgK6VfwZ6hm3Wj8A3kcxz?view=Query&chain=arbitrum-one"
82+
button-rel="noreferrer"
83+
/>
84+
85+
<ProjectCard
86+
title="iExec DataProtector - Arbitrum Sepolia"
87+
description="Comprehensive indexing service for iExec DataProtector on Arbitrum Sepolia testnet, tracking protected data assets, their schemas and owner"
88+
:icon-image="arbitrumIcon"
89+
status="available"
90+
status-label="Live"
91+
button-label="Explore Subgraph"
92+
button-href="https://thegraph.com/explorer/subgraphs/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd?view=Query&chain=arbitrum-one"
93+
button-rel="noreferrer"
94+
/>
95+
7396
<ProjectCard
7497
title="iExec PoCo - Bellecour"
7598
description="Indexes Proof of Contribution (PoCo) data on Bellecour mainnet, including apps, deals, tasks and workerpools"

src/guides/build-iapp/deploy-&-run.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ specify your app version, and push both standard and TEE-compatible images:
3131

3232
<template v-else-if="selectedChain === 421614">
3333
<CLIDemo
34-
initialCommand="iapp deploy --chain arbitrum-sepolia"
34+
initialCommand="iapp deploy --chain arbitrum-sepolia-testnet"
3535
asciiText="Deploy"
3636
:steps="arbitrumSepoliaSteps"
3737
:completionStep="15"
@@ -104,7 +104,7 @@ for developers who have built their own iApp.
104104

105105
<template v-else-if="selectedChain === 421614">
106106
<CLIDemo
107-
initialCommand="iapp run 0x1f80DCebc2EAAff0Db7156413C43B7e88D189923 --chain arbitrum-sepolia"
107+
initialCommand="iapp run 0x1f80DCebc2EAAff0Db7156413C43B7e88D189923 --chain arbitrum-sepolia-testnet"
108108
asciiText="Execute"
109109
:steps="arbitrumSepoliaRunSteps"
110110
:completionStep="16"
@@ -523,7 +523,7 @@ const bellecourRunCompletionItems = [
523523
const arbitrumSepoliaSteps = [
524524
{
525525
showAt: 2,
526-
question: 'Using chain arbitrum-sepolia',
526+
question: 'Using chain arbitrum-sepolia-testnet',
527527
answer: '',
528528
showTyping: false,
529529
isComplete: true
@@ -609,7 +609,7 @@ const arbitrumSepoliaCompletionItems = [
609609
const arbitrumSepoliaRunSteps = [
610610
{
611611
showAt: 2,
612-
question: 'Using chain arbitrum-sepolia',
612+
question: 'Using chain arbitrum-sepolia-testnet',
613613
answer: '',
614614
showTyping: false,
615615
isComplete: true

0 commit comments

Comments
 (0)