Skip to content

Commit ac209b4

Browse files
authored
Add pinax service endpoints (firehose, substreams, rpc) for linea (#225)
1 parent 12fa44d commit ac209b4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

registry/eip155/linea.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
"explorerUrls": ["https://lineascan.build"],
99
"rpcUrls": [
1010
"https://rpc.linea.build",
11-
"https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}"
11+
"https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}",
12+
"https://linea.rpc.service.pinax.network"
1213
],
1314
"apiUrls": [
1415
{ "url": "https://linea.abi.pinax.network/api", "kind": "etherscan" },
1516
{ "url": "https://api-explorer.linea.build/api", "kind": "blockscout" }
1617
],
1718
"services": {
1819
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
19-
"firehose": [],
20-
"substreams": []
20+
"firehose": ["linea.firehose.pinax.network:443"],
21+
"substreams": ["linea.substreams.pinax.network:443"]
2122
},
2223
"networkType": "mainnet",
2324
"relations": [{ "kind": "l2Of", "network": "mainnet" }],

0 commit comments

Comments
 (0)