Skip to content

Commit 19317e6

Browse files
committed
bump chart version
1 parent c95d0de commit 19317e6

File tree

8 files changed

+32
-9
lines changed

8 files changed

+32
-9
lines changed

charts/contracts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: contracts helm charts
44
name: contracts
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/contracts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# contracts
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
contracts helm charts
66

@@ -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-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1"` | |
28+
| image.tag | string | `"deploy-a976769a2b07ceea7dcd10d0a7a20ad41e010528"` | |
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-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1
7+
tag: deploy-a976769a2b07ceea7dcd10d0a7a20ad41e010528
88

99
envFrom:
1010
- configMapRef:

charts/scroll-sdk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
4343
condition: chain-monitor.enabled
4444
- name: contracts
45-
version: 0.1.0
45+
version: 0.1.1
4646
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
4747
condition: contracts.enabled
4848
- name: coordinator-api

charts/scroll-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kubernetes: `>=1.22.0-0`
2727
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-api | 0.1.0 |
2828
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.1.0 |
2929
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.1.0 |
30-
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.1.0 |
30+
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.1.1 |
3131
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.1.0 |
3232
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.1.0 |
3333
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | frontends | 0.1.0 |
@@ -56,7 +56,7 @@ Kubernetes: `>=1.22.0-0`
5656
| admin-system-dashboard.ingress.main.hosts[0].paths[0].path | string | `"/"` | |
5757
| admin-system-dashboard.ingress.main.hosts[0].paths[0].pathType | string | `"Prefix"` | |
5858
| balance-checker.enabled | bool | `true` | |
59-
| blockscout-sc-verifier.enabled | bool | `false` | |
59+
| blockscout-sc-verifier.enabled | bool | `true` | |
6060
| blockscout.blockscout-stack.frontend.replicaCount | int | `1` | |
6161
| blockscout.enabled | bool | `true` | |
6262
| bridge-history-api.enabled | bool | `true` | |

charts/scroll-sdk/config.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ L2_WHITELIST = "0x5300000000000000000000000000000000000003"
104104
L2_WETH = "0x5300000000000000000000000000000000000004"
105105
L2_TX_FEE_VAULT = "0x5300000000000000000000000000000000000005"
106106

107+
[contracts.verify]
108+
109+
VERIFIER_TYPE_L1 = "blockscout"
110+
VERIFIER_TYPE_L2 = "blockscout"
111+
EXPLORER_URI_L1 = "http://l1-explorer.scrollsdk"
112+
EXPLORER_URI_L2 = "http://blockscout.scrollsdk"
113+
RPC_URI_L1 = "http://l1-devnet.scrollsdk"
114+
RPC_URI_L2 = "http://l2-rpc.scrollsdk"
115+
EXPLORER_API_KEY_L1 = ""
116+
EXPLORER_API_KEY_L2 = ""
107117

108118
[coordinator]
109119

devnet/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ bootstrap:
1414

1515
config:
1616
echo "Creating configuration files..."
17-
cd scroll-sdk && time docker run --rm -it -v .:/contracts/volume scrolltech/scroll-stack-contracts:gen-configs-a80d6a598d0b0071f439bdcf7b37e2fdc41c1a2e
17+
cd scroll-sdk && time docker run --rm -it -v .:/contracts/volume scrolltech/scroll-stack-contracts:gen-configs-a976769a2b07ceea7dcd10d0a7a20ad41e010528
1818
echo "Creating env files..."
1919
./create-env-files.sh scroll-sdk
2020
./prepare-config-files.sh
2121

2222
install:
2323
helm upgrade -i scroll-sdk scroll-sdk -n $(NAMESPACE) \
24+
--set l2-rpc.image.tag=$(L2_IMAGE_TAG) \
25+
--set l2-sequencer.image.tag=$(L2_IMAGE_TAG) \
26+
--set l2-bootnode.image.tag=$(L2_IMAGE_TAG) \
2427
--set l1-devnet.ingress.main.hosts[0].host=$(L1_RPC_HOST) \
2528
--set l1-devnet.ingress.main.hosts[0].paths[0].path=/ \
2629
--set l1-devnet.ingress.main.hosts[0].paths[0].pathType=Prefix \
@@ -51,4 +54,4 @@ upgrade:
5154

5255
verify:
5356
echo "Verifing contracts..."
54-
cd scroll-sdk && time docker run --rm -it --network="host" -v .:/contracts/volume scrolltech/scroll-stack-contracts:verify-a80d6a598d0b0071f439bdcf7b37e2fdc41c1a2e
57+
cd scroll-sdk && time docker run --rm -it --network="host" -v .:/contracts/volume scrolltech/scroll-stack-contracts:verify-a976769a2b07ceea7dcd10d0a7a20ad41e010528

examples/config.toml.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ L2_WHITELIST = "0x5300000000000000000000000000000000000003"
105105
L2_WETH = "0x5300000000000000000000000000000000000004"
106106
L2_TX_FEE_VAULT = "0x5300000000000000000000000000000000000005"
107107

108+
[contracts.verify]
109+
110+
VERIFIER_TYPE_L1 = "blockscout"
111+
VERIFIER_TYPE_L2 = "blockscout"
112+
EXPLORER_URI_L1 = "http://l1-explorer.scrollsdk"
113+
EXPLORER_URI_L2 = "http://blockscout.scrollsdk"
114+
RPC_URI_L1 = "http://l1-devnet.scrollsdk"
115+
RPC_URI_L2 = "http://l2-rpc.scrollsdk"
116+
EXPLORER_API_KEY_L1 = ""
117+
EXPLORER_API_KEY_L2 = ""
108118

109119
[coordinator]
110120

0 commit comments

Comments
 (0)