feat: support arbitrum sepolia testnet#81
Merged
Le-Caignec merged 6 commits intomainfrom Oct 15, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds support for the Arbitrum Sepolia testnet across code and documentation.
- Introduces arbitrumSepolia chain configuration and selection logic.
- Updates docs, demos, and examples to include the new chain; bumps related iExec package versions.
- Adds new parameters/examples (e.g. remainingAccess) and new subgraph / explorer references.
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/utils/wagmiNetworks.ts | Adds arbitrumSepolia to wagmi networks list. |
| src/utils/chain.utils.ts | Adds arbitrumSepolia chain metadata to supported chains. |
| src/references/iapp-generator/building-your-iexec-app.md | Mentions new chain in CLI option examples. |
| src/references/dataProtector/methods/revokeOneAccess.md | Adds remainingAccess parameter to examples. |
| src/modules/helloWorld/ProtectData.vue | Adds Arbitrum Sepolia explorer mapping and URL logic. |
| src/guides/build-iapp/deploy-&-run.md | Adds Arbitrum Sepolia deploy/run demo steps. |
| src/guides/build-iapp/advanced/result-callback.md | Replaces dynamic gas limit note with a hard-coded value and removes script. |
| src/get-started/tooling-and-explorers/subgraph-explorer.md | Adds Arbitrum Sepolia subgraph project cards. |
| src/get-started/tooling-and-explorers/blockchain-explorer.md | Includes Arbitrum Sepolia in explorer guidance. |
| src/get-started/helloWorld/5-bonusChapter.md | Excludes Arbitrum Sepolia from voucher template. |
| src/get-started/helloWorld/3-buildIApp.md | Adds Arbitrum Sepolia deploy demo steps. |
| src/components/ChainNotSupportedBadge.vue | Extends supported chain check to Arbitrum Sepolia. |
| package.json | Bumps iExec SDK-related dependency versions. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.