Skip to content

Commit f165c0d

Browse files
committed
hide subgraph option
1 parent b2e773f commit f165c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/protocols/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default class Protocol {
9292
near: ['near'],
9393
cosmos: ['cosmos'],
9494
substreams: ['substreams'],
95-
subgraph: ['subgraph'],
95+
// subgraph: ['subgraph'],
9696
}) as immutable.Collection<ProtocolName, string[]>;
9797
}
9898

0 commit comments

Comments
 (0)