Skip to content

Commit 1f11eca

Browse files
committed
Add RPC and explorer for Ethereal Testnet
1 parent e92527c commit 1f11eca

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

_data/chains/eip155-657468.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Ethereal Testnet",
44
"chain": "Ethereal",
55
"icon": "etherealtestnet",
6-
"rpc": [],
6+
"rpc": ["https://rpc.etherealtest.net"],
77
"faucets": [],
88
"nativeCurrency": {
99
"name": "USDe",
@@ -14,5 +14,12 @@
1414
"shortName": "ethereal-testnet",
1515
"chainId": 657468,
1616
"networkId": 657468,
17-
"explorers": []
17+
"explorers": [
18+
{
19+
"name": "blockscout",
20+
"url": "https://explorer.etherealtest.net",
21+
"icon": "blockscout",
22+
"standard": "EIP3091"
23+
}
24+
]
1825
}

0 commit comments

Comments
 (0)