We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76b33f commit b61183cCopy full SHA for b61183c
1 file changed
registry/eip155/linea-sepolia.json
@@ -7,7 +7,10 @@
7
"caip2Id": "eip155:59141",
8
"graphNode": { "protocol": "ethereum" },
9
"explorerUrls": ["https://sepolia.lineascan.build"],
10
- "rpcUrls": ["https://rpc.sepolia.linea.build"],
+ "rpcUrls": [
11
+ "https://rpc.sepolia.linea.build",
12
+ "https://lineasepolia.rpc.service.pinax.network"
13
+ ],
14
"apiUrls": [
15
{
16
"url": "https://linea-sepolia.abi.pinax.network/api",
@@ -20,8 +23,8 @@
20
23
],
21
24
"services": {
22
25
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
- "firehose": [],
- "substreams": []
26
+ "firehose": ["lineasepolia.firehose.pinax.network:443"],
27
+ "substreams": ["lineasepolia.substreams.pinax.network:443"]
28
},
29
"networkType": "testnet",
30
"relations": [
0 commit comments