You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/create-test-data/main.ts
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ const generate = new Command()
15
15
.description("Generate an unsigned TX with the test domain data")
16
16
.env("MAESTRO_API_KEY=<value:string>","Maestro API key",{required: true})
17
17
.option("-D, --domain <domain>","Domain to create test data for",{required: true})
18
-
.option("-n, --nameserver <nameserver>","Nameserver for domain (can be specified multiple times)",{collect: true,required: true})
18
+
.option("-n, --nameserver <nameserver>","Nameserver for domain, specified as a <hostname,ipaddress> pair (can be specified multiple times)",{collect: true,required: true})
19
19
.option("-s, --source-address <address>","Source wallet address to send from (you must be able to sign transactions for this)",{required: true})
20
20
.option("-d, --dest-address <address>","Destination wallet address to send to (this will be read by cdnsd)",{required: true})
0 commit comments