Skip to content

Commit 17a641d

Browse files
committed
Text updates
1 parent 5993e4f commit 17a641d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Deploy and verify your circuits to Circuitscan with a simple command.
55
See also: [Circuitscan CLI Documentation](https://circuitscan.readthedocs.io/en/latest/usage.html)
66

77
> [!NOTE]
8-
> Very much still under construction!
8+
> Noir support coming soon!
99
>
1010
> Supports circom 2.0.8-2.1.9, snarkjs 0.6.11-0.7.4
1111

src/circom/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function(program) {
2727
.option('-t, --ptau <ptauSize>', 'Force a specific Powers of Tau size (8-28 or url to download specific file)')
2828
.option('-v, --circom-version <circomVersion>', 'Specify the Circom version (e.g. "v2.1.8")')
2929
.option('-s, --snarkjs-version <snarkjsVersion>', 'Specify the SnarkJS version (e.g. "0.7.3")')
30-
.option('-i, --instance <memorySize>', `Specify the memory (GB) of compiler instance: ${Object.keys(instanceSizes).join(', ')} (default: 10GB lambda, faster init for small circuits)`)
30+
.option('-i, --instance <memorySize>', `Specify the memory (GB) of compiler instance: ${Object.keys(instanceSizes).join(', ')} (default: 4 for smallest circuits)`)
3131
.option('-r, --resume <requestId>', 'In case of errors during compilation, reattach to a job and attempt a new deploy. Overrides all other options.')
3232
.option('-c, --config <configUrl>', `Specify a different configuration file (default: ${DEFAULT_CONFIG})`)
3333
.option('-a, --api-key <apiKey>', `Specify your API Key as a command line argument`)
@@ -41,7 +41,7 @@ export default function(program) {
4141
.option('-t, --ptau <ptauSize>', 'Force a specific Powers of Tau size (8-28 or url to download specific file)')
4242
.option('-v, --circom-version <circomVersion>', 'Specify the Circom version (e.g. "v2.1.8")')
4343
.option('-s, --snarkjs-version <snarkjsVersion>', 'Specify the SnarkJS version (e.g. "0.7.3")')
44-
.option('-i, --instance <memorySize>', `Specify the memory (GB) of compiler instance: ${Object.keys(instanceSizes).join(', ')} (default: 10GB lambda, faster init for small circuits)`)
44+
.option('-i, --instance <memorySize>', `Specify the memory (GB) of compiler instance: ${Object.keys(instanceSizes).join(', ')} (default: 4 for smallest circuits)`)
4545
.option('-r, --resume <requestId>', 'In case of errors during compilation, reattach to a job and attempt a new deploy. Overrides all other options.')
4646
.option('-c, --config <configUrl>', `Specify a different configuration file (default: ${DEFAULT_CONFIG})`)
4747
.option('-a, --api-key <apiKey>', `Specify your API Key as a command line argument`)

0 commit comments

Comments
 (0)