Skip to content

Commit f6fc3dc

Browse files
authored
Add Surge Testnet (#7622)
1 parent fc01fa3 commit f6fc3dc

File tree

2 files changed

+33
-17
lines changed

2 files changed

+33
-17
lines changed

_data/chains/eip155-763374.json

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
{
2-
"name": "Surge Testnet",
3-
"chain": "Surge Testnet",
4-
"rpc": [
5-
"https://l2-rpc.surge.staging-nethermind.xyz",
6-
"wss://l2-rpc.surge.staging-nethermind.xyz"
7-
],
8-
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
2+
"name": "Surge deprecated Testnet",
3+
"chain": "Surge deprecated Testnet",
4+
"status": "deprecated",
5+
"rpc": [],
96
"faucets": [],
7+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
108
"nativeCurrency": {
119
"name": "Ether",
1210
"symbol": "ETH",
1311
"decimals": 18
1412
},
15-
"infoURL": "https://surge.wtf",
16-
"shortName": "surge-testnet",
13+
"infoURL": "",
14+
"shortName": "surge-deprecated-testnet",
1715
"chainId": 763374,
1816
"networkId": 763374,
1917
"icon": "surge-testnet",
20-
"explorers": [
21-
{
22-
"name": "blockscout",
23-
"url": "https://explorer.holesky.surge.wtf",
24-
"standard": "EIP3091",
25-
"icon": "surge-testnet"
26-
}
27-
]
18+
"explorers": []
2819
}

_data/chains/eip155-763375.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Surge Testnet",
3+
"chain": "Surge Testnet",
4+
"rpc": ["https://l2-rpc.hoodi.surge.wtf", "wss://l2-ws.hoodi.surge.wtf"],
5+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Ether",
9+
"symbol": "ETH",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://surge.wtf",
13+
"shortName": "surge-testnet",
14+
"chainId": 763375,
15+
"networkId": 763375,
16+
"icon": "surge-testnet",
17+
"explorers": [
18+
{
19+
"name": "blockscout",
20+
"url": "https://explorer.hoodi.surge.wtf",
21+
"standard": "EIP3091",
22+
"icon": "blockscout"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)