Skip to content

Commit 70db0ee

Browse files
authored
Merge pull request #8 from scroll-tech/update-contracts-image
fix: update contracts images
2 parents 36b7bef + 12e0d0b commit 70db0ee

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ npm install -g @scroll-tech/scroll-sdk-cli
2929
$ scrollsdk COMMAND
3030
running 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]
3434
USAGE
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 -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@scroll-tech/scroll-sdk-cli",
33
"description": "A tool for managing and testing Scroll SDK deployments",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"author": "Daniel Helm",
66
"bin": {
77
"scrollsdk": "bin/run.js"

src/commands/setup/configs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class SetupConfigs extends Command {
1414

1515
static override examples = [
1616
'<%= config.bin %> <%= command.id %>',
17-
'<%= config.bin %> <%= command.id %> --image-tag gen-configs-8ff2948aa2b9cbd24a7644b060097765a6faee10',
17+
'<%= config.bin %> <%= command.id %> --image-tag gen-configs-64934888f4cd002e77414a8e62812f70c00c5937',
1818
'<%= config.bin %> <%= command.id %> --configs-dir custom-configs',
1919
]
2020

@@ -465,7 +465,7 @@ export default class SetupConfigs extends Command {
465465
}
466466

467467
private async getDockerImageTag(providedTag: string | undefined): Promise<string> {
468-
const defaultTag = 'gen-configs-8ff2948aa2b9cbd24a7644b060097765a6faee10'
468+
const defaultTag = 'gen-configs-64934888f4cd002e77414a8e62812f70c00c5937'
469469

470470
if (!providedTag) {
471471
return defaultTag

src/commands/setup/verify-contracts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class ContractsVerification extends Command {
88

99
static override examples = [
1010
'<%= config.bin %> <%= command.id %>',
11-
'<%= config.bin %> <%= command.id %> --image-tag verify-8ff2948aa2b9cbd24a7644b060097765a6faee10',
11+
'<%= config.bin %> <%= command.id %> --image-tag verify-64934888f4cd002e77414a8e62812f70c00c5937',
1212
]
1313

1414
static override flags = {
@@ -34,7 +34,7 @@ export default class ContractsVerification extends Command {
3434
}
3535

3636
private async getDockerImageTag(providedTag: string | undefined): Promise<string> {
37-
const defaultTag = 'verify-8ff2948aa2b9cbd24a7644b060097765a6faee10'
37+
const defaultTag = 'verify-64934888f4cd002e77414a8e62812f70c00c5937'
3838

3939
if (!providedTag) {
4040
return defaultTag

0 commit comments

Comments
 (0)