File tree Expand file tree Collapse file tree 8 files changed +32
-9
lines changed
Expand file tree Collapse file tree 8 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 22apiVersion : v2
33description : contracts helm charts
44name : contracts
5- version : 0.1.0
5+ version : 0.1.1
66appVersion : v0.1.0
77kubeVersion : " >=1.22.0-0"
88maintainers :
Original file line number Diff line number Diff line change 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
55contracts 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
Original file line number Diff line number Diff line change 44
55image :
66 repository : scrolltech/scroll-stack-contracts
7- tag : deploy-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1
7+ tag : deploy-a976769a2b07ceea7dcd10d0a7a20ad41e010528
88
99envFrom :
1010 - configMapRef :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ` | |
Original file line number Diff line number Diff line change @@ -104,6 +104,16 @@ L2_WHITELIST = "0x5300000000000000000000000000000000000003"
104104L2_WETH = " 0x5300000000000000000000000000000000000004"
105105L2_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
Original file line number Diff line number Diff line change @@ -14,13 +14,16 @@ bootstrap:
1414
1515config :
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
2222install :
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
5255verify :
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
Original file line number Diff line number Diff line change @@ -105,6 +105,16 @@ L2_WHITELIST = "0x5300000000000000000000000000000000000003"
105105L2_WETH = " 0x5300000000000000000000000000000000000004"
106106L2_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
You can’t perform that action at this time.
0 commit comments