Skip to content

Commit

Permalink
fix: update contracts images
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Nov 27, 2024
1 parent fee15c5 commit 4fd7992
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0`
| envFrom[0].configMapRef.name | string | `"contracts-deployment-env"` | |
| global.isStandalone | bool | `false` | |
| image.repository | string | `"scrolltech/scroll-stack-contracts"` | |
| image.tag | string | `"deploy-8ff2948aa2b9cbd24a7644b060097765a6faee10"` | |
| image.tag | string | `"deploy-64934888f4cd002e77414a8e62812f70c00c5937"` | |
| scrollConfig | string | `"{}\n"` | |
| scrollConfigContracts | string | `"{}\n"` | |

Expand Down
2 changes: 1 addition & 1 deletion charts/contracts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:

image:
repository: scrolltech/scroll-stack-contracts
tag: deploy-8ff2948aa2b9cbd24a7644b060097765a6faee10
tag: deploy-64934888f4cd002e77414a8e62812f70c00c5937

envFrom:
- configMapRef:
Expand Down
4 changes: 2 additions & 2 deletions devnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bootstrap:

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

verify:
echo "Verifing contracts..."
cd scroll-sdk && time docker run --rm -it --network="host" -v .:/contracts/volume scrolltech/scroll-stack-contracts:verify-8ff2948aa2b9cbd24a7644b060097765a6faee10
cd scroll-sdk && time docker run --rm -it --network="host" -v .:/contracts/volume scrolltech/scroll-stack-contracts:verify-64934888f4cd002e77414a8e62812f70c00c5937
2 changes: 1 addition & 1 deletion scroll-contracts

0 comments on commit 4fd7992

Please sign in to comment.