Skip to content

Commit b61183c

Browse files
authored
Add pinax service endpoints for Linea Sepolia (#229)
* Add pinax service endpoints (firehose, substreams, rpc) for linea-sepolia * Update the naming of lineasepolia
1 parent a76b33f commit b61183c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

registry/eip155/linea-sepolia.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"caip2Id": "eip155:59141",
88
"graphNode": { "protocol": "ethereum" },
99
"explorerUrls": ["https://sepolia.lineascan.build"],
10-
"rpcUrls": ["https://rpc.sepolia.linea.build"],
10+
"rpcUrls": [
11+
"https://rpc.sepolia.linea.build",
12+
"https://lineasepolia.rpc.service.pinax.network"
13+
],
1114
"apiUrls": [
1215
{
1316
"url": "https://linea-sepolia.abi.pinax.network/api",
@@ -20,8 +23,8 @@
2023
],
2124
"services": {
2225
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
23-
"firehose": [],
24-
"substreams": []
26+
"firehose": ["lineasepolia.firehose.pinax.network:443"],
27+
"substreams": ["lineasepolia.substreams.pinax.network:443"]
2528
},
2629
"networkType": "testnet",
2730
"relations": [

0 commit comments

Comments
 (0)