We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92527c commit 1f11ecaCopy full SHA for 1f11eca
1 file changed
_data/chains/eip155-657468.json
@@ -3,7 +3,7 @@
3
"title": "Ethereal Testnet",
4
"chain": "Ethereal",
5
"icon": "etherealtestnet",
6
- "rpc": [],
+ "rpc": ["https://rpc.etherealtest.net"],
7
"faucets": [],
8
"nativeCurrency": {
9
"name": "USDe",
@@ -14,5 +14,12 @@
14
"shortName": "ethereal-testnet",
15
"chainId": 657468,
16
"networkId": 657468,
17
- "explorers": []
+ "explorers": [
18
+ {
19
+ "name": "blockscout",
20
+ "url": "https://explorer.etherealtest.net",
21
+ "icon": "blockscout",
22
+ "standard": "EIP3091"
23
+ }
24
+ ]
25
}
0 commit comments