Skip to content

Commit efca97e

Browse files
Arena Z Testnet (#7426)
* feat: Adding Arena-Z-Testnet-3 * feat: Updated Name --------- Co-authored-by: Frederik Bolding <[email protected]>
1 parent d890b91 commit efca97e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

_data/chains/eip155-9899.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Arena-Z-Testnet",
3+
"title": "Arena-Z-Testnet",
4+
"chain": "arena-z-testnet",
5+
"rpc": ["https://testnet-rpc.arena-z.gg", "wss://testnet-ws.arena-z.gg"],
6+
"nativeCurrency": {
7+
"name": "Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"icon": "arena-z",
12+
"infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet",
13+
"faucets": ["https://testnet-faucet.arena-z.gg"],
14+
"shortName": "arena-z-testnet",
15+
"chainId": 9899,
16+
"networkId": 9899,
17+
"explorers": [
18+
{
19+
"name": "blockscout",
20+
"url": "https://testnet-explorer.arena-z.gg",
21+
"icon": "blockscout",
22+
"standard": "EIP3091"
23+
}
24+
],
25+
"parent": {
26+
"type": "L2",
27+
"chain": "eip155-11155111",
28+
"bridges": [{ "url": "https://testnet-bridge.arena-z.gg" }]
29+
},
30+
"status": "active"
31+
}

0 commit comments

Comments
 (0)