Skip to content

Commit f2dc92c

Browse files
authored
Update mainnet / testnet info (ethereum-lists#5821)
* update mainnet / testnet info resolve validate formatting failed * resolve(2)
1 parent 2db31ef commit f2dc92c

File tree

3 files changed

+54
-9
lines changed

3 files changed

+54
-9
lines changed

_data/chains/eip155-1414.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Silicon zkEVM Sepolia Testnet",
3-
"title": "Silicon zkEVM Sepolia Testnet",
2+
"name": "Silicon zkEVM Sepolia Testnet(Deprecated)",
3+
"title": "Silicon zkEVM Sepolia Testnet(Deprecated)",
44
"chain": "Silicon",
55
"rpc": [],
66
"faucets": [],
@@ -10,7 +10,7 @@
1010
"decimals": 18
1111
},
1212
"infoURL": "",
13-
"shortName": "silicon-sepolia-testnet",
13+
"shortName": "silicon-sepolia-testnet-deprecated",
1414
"chainId": 1414,
1515
"networkId": 1414,
1616
"icon": "silicon",
@@ -20,5 +20,5 @@
2020
"chain": "eip155-11155111",
2121
"bridges": []
2222
},
23-
"status": "incubating"
23+
"status": "deprecated"
2424
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "Silicon zkEVM Sepolia Testnet",
3+
"title": "Silicon zkEVM Sepolia Testnet",
4+
"chain": "Silicon",
5+
"rpc": [
6+
"https://rpc-sepolia.silicon.network",
7+
"https://silicon-testnet.nodeinfra.com"
8+
],
9+
"faucets": [],
10+
"nativeCurrency": {
11+
"name": "Sepolia Ether",
12+
"symbol": "ETH",
13+
"decimals": 18
14+
},
15+
"infoURL": "https://docs.silicon.network",
16+
"shortName": "silicon-sepolia-testnet",
17+
"chainId": 1722641160,
18+
"networkId": 1722641160,
19+
"icon": "silicon",
20+
"explorers": [
21+
{
22+
"name": "siliconscope-sepolia",
23+
"url": "https://scope-sepolia.silicon.network",
24+
"standard": "EIP3091"
25+
}
26+
],
27+
"parent": {
28+
"type": "L2",
29+
"chain": "eip155-11155111",
30+
"bridges": [{ "url": "https://bridge-sepolia.silicon.network" }]
31+
},
32+
"status": "active"
33+
}

_data/chains/eip155-2355.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,35 @@
22
"name": "Silicon zkEVM",
33
"title": "Silicon zkEVM Mainnet",
44
"chain": "Silicon",
5-
"rpc": [],
5+
"rpc": [
6+
"https://rpc.silicon.network",
7+
"https://silicon-mainnet.nodeinfra.com"
8+
],
69
"faucets": [],
710
"nativeCurrency": {
811
"name": "Ether",
912
"symbol": "ETH",
1013
"decimals": 18
1114
},
12-
"infoURL": "",
15+
"infoURL": "https://docs.silicon.network",
1316
"shortName": "silicon-zk",
1417
"chainId": 2355,
1518
"networkId": 2355,
1619
"icon": "silicon",
17-
"explorers": [],
20+
"explorers": [
21+
{
22+
"name": "siliconscope",
23+
"url": "https://scope.silicon.network",
24+
"standard": "EIP3091"
25+
}
26+
],
1827
"parent": {
1928
"type": "L2",
2029
"chain": "eip155-1",
21-
"bridges": []
30+
"bridges": [
31+
{ "url": "https://bridge.silicon.network" },
32+
{ "url": "https://bridge.orbitchain.io" }
33+
]
2234
},
23-
"status": "incubating"
35+
"status": "active"
2436
}

0 commit comments

Comments
 (0)