Skip to content

Commit 5ac7d0f

Browse files
committed
add firehose and substreams services for celo
1 parent 587e769 commit 5ac7d0f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

registry/eip155/celo.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
{ "url": "https://celo.abi.pinax.network/api", "kind": "etherscan" },
1515
{ "url": "https://explorer.celo.org/mainnet/api", "kind": "blockscout" }
1616
],
17-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
17+
"services": {
18+
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
19+
"firehose": ["celo.firehose.pinax.network:443"],
20+
"substreams": ["celo.substreams.pinax.network:443"]
21+
},
1822
"networkType": "mainnet",
1923
"issuanceRewards": true,
2024
"relations": [{ "kind": "l2Of", "network": "mainnet" }],

0 commit comments

Comments
 (0)