feat: add Arc Testnet support with RPC and native currency details - #289
Draft
mj-kiwi wants to merge 2 commits into
Draft
feat: add Arc Testnet support with RPC and native currency details#289mj-kiwi wants to merge 2 commits into
mj-kiwi wants to merge 2 commits into
Conversation
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.
📝 Description
Registers Arc Testnet in
@metamask/delegation-deploymentsahead of the delegation-framework contracts being deployed there, so the mapping and validation script are ready to go once deployment happens.🔄 What Changed?
CHAIN_ID.arcTestnet(0x4cef52/5042002) insrc/index.tsarcTestnettoDEPLOYMENTS_1_3_0under the1.3.0testnets, with a comment noting deployment is still pendingarcTestnetChaindefinition (RPChttps://rpc.testnet.arc.network, USDC as native gas currency) toscript/validate-contract-deployments.ts, since Arc isn't inviem/chains🚀 Why?
Circle's Arc network is currently testnet-only (chain ID
5042002). Wiring up the chain config now meansvalidate-latest-contractscan immediately confirm the deployment once the delegation-framework contracts land on Arc, without a follow-up config PR.🧪 How to Test?
Arc Testnet succeeded📋 Checklist
🔗 Related Issues
Closes #
Related to #
📚 Additional Notes
The
1.3.0addresses are not yet deployed on Arc Testnet (confirmed viaeth_getCodeagainstDelegationManager's canonical address — currently empty).validate-latest-contracts 5042002will fail until deployment happens; that's expected for this PR.