@@ -29,7 +29,7 @@ $ npm install -g @scroll-tech/scroll-sdk-cli
2929$ scrollsdk COMMAND
3030running command...
3131$ scrollsdk (--version)
32- @scroll-tech/scroll-sdk-cli/0.1.1 darwin-arm64 node-v20.10.0
32+ @scroll-tech/scroll-sdk-cli/0.1.2 darwin-arm64 node-v20.10.0
3333$ scrollsdk --help [COMMAND]
3434USAGE
3535 $ scrollsdk COMMAND
@@ -111,7 +111,7 @@ DESCRIPTION
111111 Generate transactions on the specified network(s) to produce more blocks
112112```
113113
114- _ See code: [ src/commands/helper/activity.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/helper/activity.ts ) _
114+ _ See code: [ src/commands/helper/activity.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/helper/activity.ts ) _
115115
116116## ` scrollsdk helper clear-accounts `
117117
@@ -136,7 +136,7 @@ DESCRIPTION
136136 Clear pending transactions and optionally transfer remaining funds on Layer 2
137137```
138138
139- _ See code: [ src/commands/helper/clear-accounts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/helper/clear-accounts.ts ) _
139+ _ See code: [ src/commands/helper/clear-accounts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/helper/clear-accounts.ts ) _
140140
141141## ` scrollsdk helper derive-enode NODEKEY `
142142
@@ -156,7 +156,7 @@ EXAMPLES
156156 $ scrollsdk helper derive-enode 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
157157```
158158
159- _ See code: [ src/commands/helper/derive-enode.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/helper/derive-enode.ts ) _
159+ _ See code: [ src/commands/helper/derive-enode.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/helper/derive-enode.ts ) _
160160
161161## ` scrollsdk helper fund-accounts `
162162
@@ -186,7 +186,7 @@ DESCRIPTION
186186 Fund L1 and L2 accounts for contracts
187187```
188188
189- _ See code: [ src/commands/helper/fund-accounts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/helper/fund-accounts.ts ) _
189+ _ See code: [ src/commands/helper/fund-accounts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/helper/fund-accounts.ts ) _
190190
191191## ` scrollsdk helper set-scalars `
192192
@@ -210,7 +210,7 @@ DESCRIPTION
210210 Set commit and blob scalars for Scroll SDK
211211```
212212
213- _ See code: [ src/commands/helper/set-scalars.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/helper/set-scalars.ts ) _
213+ _ See code: [ src/commands/helper/set-scalars.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/helper/set-scalars.ts ) _
214214
215215## ` scrollsdk plugins `
216216
@@ -524,7 +524,7 @@ EXAMPLES
524524 $ scrollsdk setup configs --configs-dir custom-configs
525525```
526526
527- _ See code: [ src/commands/setup/configs.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/configs.ts ) _
527+ _ See code: [ src/commands/setup/configs.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/configs.ts ) _
528528
529529## ` scrollsdk setup db-init `
530530
@@ -555,7 +555,7 @@ EXAMPLES
555555 $ scrollsdk setup db-init --update-db-port=25061
556556```
557557
558- _ See code: [ src/commands/setup/db-init.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/db-init.ts ) _
558+ _ See code: [ src/commands/setup/db-init.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/db-init.ts ) _
559559
560560## ` scrollsdk setup domains [FILE] `
561561
@@ -579,7 +579,7 @@ EXAMPLES
579579 $ scrollsdk setup domains
580580```
581581
582- _ See code: [ src/commands/setup/domains.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/domains.ts ) _
582+ _ See code: [ src/commands/setup/domains.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/domains.ts ) _
583583
584584## ` scrollsdk setup gas-token `
585585
@@ -596,7 +596,7 @@ EXAMPLES
596596 $ scrollsdk setup gas-token
597597```
598598
599- _ See code: [ src/commands/setup/gas-token.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/gas-token.ts ) _
599+ _ See code: [ src/commands/setup/gas-token.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/gas-token.ts ) _
600600
601601## ` scrollsdk setup gen-keystore `
602602
@@ -618,7 +618,7 @@ EXAMPLES
618618 $ scrollsdk setup gen-keystore --no-accounts
619619```
620620
621- _ See code: [ src/commands/setup/gen-keystore.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/gen-keystore.ts ) _
621+ _ See code: [ src/commands/setup/gen-keystore.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/gen-keystore.ts ) _
622622
623623## ` scrollsdk setup prep-charts `
624624
@@ -648,7 +648,7 @@ EXAMPLES
648648 $ scrollsdk setup prep-charts --skip-auth-check
649649```
650650
651- _ See code: [ src/commands/setup/prep-charts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/prep-charts.ts ) _
651+ _ See code: [ src/commands/setup/prep-charts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/prep-charts.ts ) _
652652
653653## ` scrollsdk setup push-secrets `
654654
@@ -673,7 +673,7 @@ EXAMPLES
673673 $ scrollsdk setup push-secrets --values-dir custom-values
674674```
675675
676- _ See code: [ src/commands/setup/push-secrets.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/push-secrets.ts ) _
676+ _ See code: [ src/commands/setup/push-secrets.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/push-secrets.ts ) _
677677
678678## ` scrollsdk setup tls `
679679
@@ -698,7 +698,7 @@ EXAMPLES
698698 $ scrollsdk setup tls --values-dir custom-values
699699```
700700
701- _ See code: [ src/commands/setup/tls.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/tls.ts ) _
701+ _ See code: [ src/commands/setup/tls.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/tls.ts ) _
702702
703703## ` scrollsdk setup verify-contracts `
704704
@@ -720,7 +720,7 @@ EXAMPLES
720720 $ scrollsdk setup verify-contracts --image-tag verify-8ff2948aa2b9cbd24a7644b060097765a6faee10
721721```
722722
723- _ See code: [ src/commands/setup/verify-contracts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/setup/verify-contracts.ts ) _
723+ _ See code: [ src/commands/setup/verify-contracts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/setup/verify-contracts.ts ) _
724724
725725## ` scrollsdk test contracts `
726726
@@ -739,7 +739,7 @@ DESCRIPTION
739739 Test contracts by checking deployment and initialization
740740```
741741
742- _ See code: [ src/commands/test/contracts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/test/contracts.ts ) _
742+ _ See code: [ src/commands/test/contracts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/test/contracts.ts ) _
743743
744744## ` scrollsdk test dependencies `
745745
@@ -756,7 +756,7 @@ DESCRIPTION
756756 Check for required dependencies
757757```
758758
759- _ See code: [ src/commands/test/dependencies.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/test/dependencies.ts ) _
759+ _ See code: [ src/commands/test/dependencies.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/test/dependencies.ts ) _
760760
761761## ` scrollsdk test e2e `
762762
@@ -779,7 +779,7 @@ DESCRIPTION
779779 Test contracts by checking deployment and initialization
780780```
781781
782- _ See code: [ src/commands/test/e2e.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/test/e2e.ts ) _
782+ _ See code: [ src/commands/test/e2e.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/test/e2e.ts ) _
783783
784784## ` scrollsdk test ingress `
785785
@@ -798,5 +798,5 @@ DESCRIPTION
798798 Check for required ingress hosts and validate frontend URLs
799799```
800800
801- _ See code: [ src/commands/test/ingress.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.1 /src/commands/test/ingress.ts ) _
801+ _ See code: [ src/commands/test/ingress.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.2 /src/commands/test/ingress.ts ) _
802802<!-- commandsstop -->
0 commit comments