Skip to content

Commit 4fd7992

Browse files
committed
fix: update contracts images
1 parent fee15c5 commit 4fd7992

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/contracts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0`
2525
| envFrom[0].configMapRef.name | string | `"contracts-deployment-env"` | |
2626
| global.isStandalone | bool | `false` | |
2727
| image.repository | string | `"scrolltech/scroll-stack-contracts"` | |
28-
| image.tag | string | `"deploy-8ff2948aa2b9cbd24a7644b060097765a6faee10"` | |
28+
| image.tag | string | `"deploy-64934888f4cd002e77414a8e62812f70c00c5937"` | |
2929
| scrollConfig | string | `"{}\n"` | |
3030
| scrollConfigContracts | string | `"{}\n"` | |
3131

charts/contracts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44

55
image:
66
repository: scrolltech/scroll-stack-contracts
7-
tag: deploy-8ff2948aa2b9cbd24a7644b060097765a6faee10
7+
tag: deploy-64934888f4cd002e77414a8e62812f70c00c5937
88

99
envFrom:
1010
- configMapRef:

devnet/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bootstrap:
1515

1616
config:
1717
echo "Creating configuration files..."
18-
cd scroll-sdk && time docker run --rm -it -v .:/contracts/volume scrolltech/scroll-stack-contracts:gen-configs-8ff2948aa2b9cbd24a7644b060097765a6faee10
18+
cd scroll-sdk && time docker run --rm -it -v .:/contracts/volume scrolltech/scroll-stack-contracts:gen-configs-64934888f4cd002e77414a8e62812f70c00c5937
1919
echo "Creating env files..."
2020
./create-env-files.sh scroll-sdk
2121
./prepare-config-files.sh
@@ -56,4 +56,4 @@ upgrade:
5656

5757
verify:
5858
echo "Verifing contracts..."
59-
cd scroll-sdk && time docker run --rm -it --network="host" -v .:/contracts/volume scrolltech/scroll-stack-contracts:verify-8ff2948aa2b9cbd24a7644b060097765a6faee10
59+
cd scroll-sdk && time docker run --rm -it --network="host" -v .:/contracts/volume scrolltech/scroll-stack-contracts:verify-64934888f4cd002e77414a8e62812f70c00c5937

scroll-contracts

0 commit comments

Comments
 (0)