Skip to content

Commit c1e7cc4

Browse files
authored
Add Status Network Sepolia - chainId: 1660990954 (ethereum-lists#6939)
* add status network icon * add status network sepolia chain * rename sn-sepolia explorer icon name
1 parent a0fa9bc commit c1e7cc4

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

Diff for: _data/chains/eip155-1660990954.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "Status Network Sepolia",
3+
"title": "Status Network Sepolia",
4+
"chain": "ETH",
5+
"rpc": [
6+
"https://public.sepolia.rpc.status.network",
7+
"wss://status-sepolia-rpc.eu-north-2.gateway.fm/ws"
8+
],
9+
"faucets": ["https://faucet.status.network/"],
10+
"nativeCurrency": {
11+
"name": "Ether",
12+
"symbol": "ETH",
13+
"decimals": 18
14+
},
15+
"infoURL": "https://status.network",
16+
"shortName": "sn-sepolia",
17+
"chainId": 1660990954,
18+
"networkId": 1660990954,
19+
"icon": "sn",
20+
"parent": {
21+
"type": "L2",
22+
"chain": "eip155-11155111",
23+
"bridges": [
24+
{
25+
"url": "https://bridge.status.network"
26+
}
27+
]
28+
},
29+
"explorers": [
30+
{
31+
"name": "Blockscout",
32+
"url": "https://sepoliascan.status.network",
33+
"standard": "EIP3091",
34+
"icon": "sn"
35+
}
36+
],
37+
"status": "active"
38+
}

Diff for: _data/icons/sn.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreici5icyyijhmonrnkxar2tj5426xcywqjnzcl7ovhk6d43z66pd64",
4+
"width": 128,
5+
"height": 128,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)