File tree Expand file tree Collapse file tree 3 files changed +54
-9
lines changed Expand file tree Collapse file tree 3 files changed +54
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
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) " ,
4
4
"chain" : " Silicon" ,
5
5
"rpc" : [],
6
6
"faucets" : [],
10
10
"decimals" : 18
11
11
},
12
12
"infoURL" : " " ,
13
- "shortName" : " silicon-sepolia-testnet" ,
13
+ "shortName" : " silicon-sepolia-testnet-deprecated " ,
14
14
"chainId" : 1414 ,
15
15
"networkId" : 1414 ,
16
16
"icon" : " silicon" ,
20
20
"chain" : " eip155-11155111" ,
21
21
"bridges" : []
22
22
},
23
- "status" : " incubating "
23
+ "status" : " deprecated "
24
24
}
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " Silicon zkEVM" ,
3
3
"title" : " Silicon zkEVM Mainnet" ,
4
4
"chain" : " Silicon" ,
5
- "rpc" : [],
5
+ "rpc" : [
6
+ " https://rpc.silicon.network" ,
7
+ " https://silicon-mainnet.nodeinfra.com"
8
+ ],
6
9
"faucets" : [],
7
10
"nativeCurrency" : {
8
11
"name" : " Ether" ,
9
12
"symbol" : " ETH" ,
10
13
"decimals" : 18
11
14
},
12
- "infoURL" : " " ,
15
+ "infoURL" : " https://docs.silicon.network " ,
13
16
"shortName" : " silicon-zk" ,
14
17
"chainId" : 2355 ,
15
18
"networkId" : 2355 ,
16
19
"icon" : " silicon" ,
17
- "explorers" : [],
20
+ "explorers" : [
21
+ {
22
+ "name" : " siliconscope" ,
23
+ "url" : " https://scope.silicon.network" ,
24
+ "standard" : " EIP3091"
25
+ }
26
+ ],
18
27
"parent" : {
19
28
"type" : " L2" ,
20
29
"chain" : " eip155-1" ,
21
- "bridges" : []
30
+ "bridges" : [
31
+ { "url" : " https://bridge.silicon.network" },
32
+ { "url" : " https://bridge.orbitchain.io" }
33
+ ]
22
34
},
23
- "status" : " incubating "
35
+ "status" : " active "
24
36
}
You can’t perform that action at this time.
0 commit comments