Skip to content

Commit 1b3d950

Browse files
Add arc testnet (#7829)
* Add Arc Network Testnet (chainId: 5042002) * Add slip44 field for testnet standard --------- Co-authored-by: Frederik Bolding <[email protected]>
1 parent b14d7ee commit 1b3d950

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

_data/chains/eip155-5042002.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "Arc Network Testnet",
3+
"chain": "Arc Network",
4+
"icon": "arcnetwork",
5+
"rpc": [
6+
"https://rpc.testnet.arc.network",
7+
"wss://rpc.testnet.arc.network",
8+
"https://rpc.quicknode.testnet.arc.network",
9+
"wss://rpc.quicknode.testnet.arc.network",
10+
"https://rpc.blockdaemon.testnet.arc.network"
11+
],
12+
"faucets": ["https://faucet.circle.com/"],
13+
"nativeCurrency": {
14+
"name": "USDC",
15+
"symbol": "USDC",
16+
"decimals": 18
17+
},
18+
"infoURL": "https://arc.network",
19+
"shortName": "arc-testnet",
20+
"chainId": 5042002,
21+
"networkId": 5042002,
22+
"slip44": 1,
23+
"explorers": [
24+
{
25+
"name": "Arcscan",
26+
"url": "https://testnet.arcscan.app",
27+
"standard": "EIP3091"
28+
}
29+
]
30+
}

_data/icons/arcnetwork.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafybeiddgoql2bcngs3bcuxobz5hkjjbhvwxvqrdagqytdnfmmawnmfhta",
4+
"width": 1000,
5+
"height": 1000,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)