We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf3dae commit 19fe35bCopy full SHA for 19fe35b
constants/additionalChainRegistry/chainid-5042002.js
@@ -0,0 +1,24 @@
1
+export const data = {
2
+ "name": "Arc Testnet",
3
+ "chain": "arc-testnet",
4
+ "rpc": ["https://rpc.testnet.arc.network"],
5
+ "faucets": ["https://faucet.circle.com/"],
6
+ "nativeCurrency": {
7
+ "name": "USDC",
8
+ "symbol": "USDC",
9
+ "decimals": 6
10
+ },
11
+ "infoURL": "https://www.arc.network/",
12
+ "shortName": "arc-testnet",
13
+ "chainId": 5042002,
14
+ "networkId": 5042002,
15
+ "icon": "arc",
16
+ "explorers": [
17
+ {
18
+ "name": "Arc Testnet Explorer",
19
+ "url": "https://testnet.arcscan.app/",
20
21
+ "standard": "none"
22
+ }
23
+ ]
24
+}
0 commit comments