Skip to content

Commit 4ddb562

Browse files
authoredDec 19, 2024··
graph init flow ux improvements (#1865)
* add (default) to smart contract * fixes #1855
1 parent 4e70f64 commit 4ddb562

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.changeset/pink-rabbits-sip.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
minor `graph init` ux improvements

‎packages/cli/src/commands/init.ts

+1
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ async function processInitForm(
504504
choices: [
505505
{
506506
message: 'Smart contract',
507+
hint: '· default',
507508
name: network.graphNode?.protocol ?? '',
508509
value: 'contract',
509510
},

0 commit comments

Comments
 (0)
Please sign in to comment.