We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587e769 commit 5ac7d0fCopy full SHA for 5ac7d0f
1 file changed
registry/eip155/celo.json
@@ -14,7 +14,11 @@
14
{ "url": "https://celo.abi.pinax.network/api", "kind": "etherscan" },
15
{ "url": "https://explorer.celo.org/mainnet/api", "kind": "blockscout" }
16
],
17
- "services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
+ "services": {
18
+ "subgraphs": ["https://api.studio.thegraph.com/deploy"],
19
+ "firehose": ["celo.firehose.pinax.network:443"],
20
+ "substreams": ["celo.substreams.pinax.network:443"]
21
+ },
22
"networkType": "mainnet",
23
"issuanceRewards": true,
24
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
0 commit comments