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 bafbccb commit 8e88023Copy full SHA for 8e88023
packages/cli/src/commands/init.ts
@@ -494,7 +494,10 @@ async function processInitForm(
494
return 'Arweave only supported via substreams';
495
}
496
if (name === 'cosmos') {
497
- return 'Cosmos only supported via substreams';
+ return 'Cosmos chains only supported via substreams';
498
+ }
499
+ if (name === 'near') {
500
+ return 'Near chains only supported via substreams';
501
502
return true;
503
},
0 commit comments