From 16b6445dd15215d63f137b612f9c146b362a565a Mon Sep 17 00:00:00 2001 From: denhampreen Date: Thu, 30 Oct 2025 17:58:39 -0300 Subject: [PATCH] chore: add arc testnet to supported networks --- scripts/rpc-networks.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/rpc-networks.json b/scripts/rpc-networks.json index e0b089ab..1d9c6bb1 100644 --- a/scripts/rpc-networks.json +++ b/scripts/rpc-networks.json @@ -1,5 +1,15 @@ { "rpcNetworks": [ + { + "chainId": 5042002, + "name": "Arc Testnet", + "rpcEndpoints": [ + "https://rpc.testnet.arc.network", + "https://rpc.blockdaemon.testnet.arc.network", + "https://rpc.drpc.testnet.arc.network", + "https://rpc.quicknode.testnet.arc.network" + ] + }, { "chainId": 9997, "name": "Altlayer OP Demo Testnet",