We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e773f commit f165c0dCopy full SHA for f165c0d
packages/cli/src/protocols/index.ts
@@ -92,7 +92,7 @@ export default class Protocol {
92
near: ['near'],
93
cosmos: ['cosmos'],
94
substreams: ['substreams'],
95
- subgraph: ['subgraph'],
+ // subgraph: ['subgraph'],
96
}) as immutable.Collection<ProtocolName, string[]>;
97
}
98
0 commit comments