docs: add Arc Relay Bridge ecosystem documentation#79
Open
osr21 wants to merge 6 commits into
Open
Conversation
…ethers.js chain-switch issue
…al testnet experience
This was referenced May 25, 2026
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.
Summary
Adds developer documentation for Arc Testnet from real-world DApp integration experience.
All findings come from building Arc Relay Bridge —
a cross-chain USDC bridge on Circle's CCTP V2 — and are verified against the live testnet.
Files added / updated
docs/ecosystem/arc-relay-bridge.mddocs/cctp-v2.mddocs/dapp-development.mddocs/contract-verification.mdWhy this is useful for Arc developers
docs/dapp-development.mddocuments every friction point encountered when building abrowser DApp on Arc Testnet:
wallet_switchEthereumChainfails silently — must usewallet_addEthereumChainunconditionally (tracks #89)arc-testnet.drpc.orgin browser DApps (tracks #90)eth_estimateGasunreliable — always supply explicitgasLimit: 600_000n(tracks #80)eth_getLogstimes out for wide block ranges — paginate at ≤10,000 blocks (tracks #83)wallet_watchAssetrequired to show USDC in MetaMask token list (tracks #96)docs/contract-verification.mddocuments the entire ArcScan verification flow thatcurrently requires reverse-engineering:
testnet.arcscan.app/api)etherscan.customChainsblock with dummy API keyfoundry.tomlequivalentdocs/cctp-v2.mdcovers Arc-specific CCTP V2 behaviors not visible in Circle's docs:bytes32always zero, notuint64)depositForBurnrequirement (selector0x8e0250ee)minFinalityThreshold: 2000(finalized) for Arc vs 1000 (safe) for other chainswaitWithRetrypattern for pollingBuilt with: React 19 + Vite + ethers.js v6 + Circle Iris API sandbox