We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cc41c commit 2cea54bCopy full SHA for 2cea54b
_data/chains/eip155-10218.json
@@ -1,8 +1,16 @@
1
{
2
"name": "Tea Sepolia Testnet",
3
"chain": "ETH",
4
- "rpc": [],
5
- "faucets": [],
+ "rpc": ["https://tea-sepolia.g.alchemy.com/public"],
+ "faucets": ["https://faucet-sepolia.tea.xyz"],
6
+ "explorers": [
7
+ {
8
+ "name": "blockscout",
9
+ "url": "https://sepolia.tea.xyz",
10
+ "icon": "blockscout",
11
+ "standard": "EIP3091"
12
+ }
13
+ ],
14
"nativeCurrency": {
15
"name": "Sepolia Tea",
16
"symbol": "TEA",
@@ -16,5 +24,5 @@
24
"type": "L2",
17
25
"chain": "eip155-11155111"
18
26
},
19
- "status": "incubating"
27
+ "status": "active"
20
28
}
0 commit comments