Skip to content

Commit

Permalink
upgrade l2 services to 5.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Sep 6, 2024
1 parent a9ab0e8 commit 8822a8a
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 83 deletions.
2 changes: 1 addition & 1 deletion charts/l2-bootnode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: l2-bootnode helm chart
name: l2-bootnode
version: 0.0.7
version: 0.0.8
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
50 changes: 24 additions & 26 deletions charts/l2-bootnode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# l2-bootnode

![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

l2-bootnode helm chart

Expand Down Expand Up @@ -34,35 +34,33 @@ Kubernetes: `>=1.22.0-0`
| defaultProbes.spec.httpGet.path | string | `"/"` | |
| defaultProbes.spec.httpGet.port | int | `8545` | |
| envFrom[0].configMapRef.name | string | `"l2-bootnode-env"` | |
| env[0].name | string | `"L2GETH_ROLE"` | |
| env[0].value | string | `"bootnode"` | |
| env[10].name | string | `"L2GETH_MIN_GAS_PRICE"` | |
| env[10].value | string | `"1000000"` | |
| env[11].name | string | `"L2GETH_EXTRA_PARAMS"` | |
| env[11].value | string | `""` | |
| env[1].name | string | `"L2GETH_NODEKEY"` | |
| env[1].value | string | `""` | |
| env[2].name | string | `"L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK"` | |
| env[2].value | string | `"0"` | |
| env[3].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | |
| env[3].value | string | `"0x6"` | |
| env[4].name | string | `"L2GETH_P2P_PORT"` | |
| env[4].value | int | `30303` | |
| env[5].name | string | `"L2GETH_ENABLE_CCC"` | |
| env[5].value | bool | `false` | |
| env[6].name | string | `"L2GETH_CCC_RUST_LOG_LEVEL"` | |
| env[6].value | string | `"info"` | |
| env[7].name | string | `"L2GETH_MAX_PEERS"` | |
| env[7].value | int | `500` | |
| env[8].name | string | `"VERBOSITY"` | |
| env[8].value | int | `3` | |
| env[9].name | string | `"CCC_FLAG"` | |
| env[9].value | string | `"--ccc"` | |
| env[0].name | string | `"L2GETH_NODEKEY"` | |
| env[0].value | string | `""` | |
| env[10].name | string | `"L2GETH_EXTRA_PARAMS"` | |
| env[10].value | string | `""` | |
| env[1].name | string | `"L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK"` | |
| env[1].value | string | `"0"` | |
| env[2].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | |
| env[2].value | string | `"0x6"` | |
| env[3].name | string | `"L2GETH_P2P_PORT"` | |
| env[3].value | int | `30303` | |
| env[4].name | string | `"L2GETH_ENABLE_CCC"` | |
| env[4].value | bool | `false` | |
| env[5].name | string | `"L2GETH_CCC_RUST_LOG_LEVEL"` | |
| env[5].value | string | `"info"` | |
| env[6].name | string | `"L2GETH_MAX_PEERS"` | |
| env[6].value | int | `500` | |
| env[7].name | string | `"VERBOSITY"` | |
| env[7].value | int | `3` | |
| env[8].name | string | `"CCC_FLAG"` | |
| env[8].value | string | `"--ccc"` | |
| env[9].name | string | `"L2GETH_MIN_GAS_PRICE"` | |
| env[9].value | string | `"1000000"` | |
| global.fullnameOverride | string | `"l2-bootnode"` | |
| global.nameOverride | string | `"l2-bootnode"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.7.5"` | |
| image.tag | string | `"scroll-v5.7.10"` | |
| initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | |
| initContainers.wait-for-l1.command[1] | string | `"-c"` | |
| initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | |
Expand Down
4 changes: 1 addition & 3 deletions charts/l2-bootnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.7.5
tag: scroll-v5.7.10

env:
- name: L2GETH_ROLE
value: bootnode
- name: L2GETH_NODEKEY
value: ""
- name: L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-rpc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: l2-rpc helm chart
name: l2-rpc
version: 0.0.8
version: 0.0.9
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
16 changes: 7 additions & 9 deletions charts/l2-rpc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# l2-rpc

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

l2-rpc helm chart

Expand All @@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0`
|-----|------|---------|-------------|
| command[0] | string | `"bash"` | |
| command[1] | string | `"-c"` | |
| command[2] | string | `"geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && echo \"[Node.P2P] StaticNodes = $L2GETH_PEER_LIST\" > \"/l2geth/config.toml\" && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --config \"/l2geth/config.toml\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain '*' --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" $CCC_FLAG $METRICS_FLAGS --gcmode archive --cache.noprefetch --verbosity 3 --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | |
| command[2] | string | `"geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && echo \"[Node.P2P] StaticNodes = $L2GETH_PEER_LIST\" > \"/l2geth/config.toml\" && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --config \"/l2geth/config.toml\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain '*' --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" --ccc --ccc.numworkers 5 $METRICS_FLAGS --gcmode archive --cache.noprefetch --verbosity 3 --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | |
| controller.replicas | int | `1` | |
| controller.strategy | string | `"RollingUpdate"` | |
| controller.type | string | `"statefulset"` | |
Expand All @@ -36,10 +36,8 @@ Kubernetes: `>=1.22.0-0`
| envFrom[0].configMapRef.name | string | `"l2-rpc-env"` | |
| env[0].name | string | `"L2GETH_NODEKEY"` | |
| env[0].value | string | `""` | |
| env[10].name | string | `"L2GETH_MIN_GAS_PRICE"` | |
| env[10].value | string | `"1000000"` | |
| env[11].name | string | `"L2GETH_EXTRA_PARAMS"` | |
| env[11].value | string | `""` | |
| env[10].name | string | `"L2GETH_EXTRA_PARAMS"` | |
| env[10].value | string | `""` | |
| env[1].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | |
| env[1].value | string | `"0x6"` | |
| env[2].name | string | `"L2GETH_RPC_HTTP_PORT"` | |
Expand All @@ -56,13 +54,13 @@ Kubernetes: `>=1.22.0-0`
| env[7].value | int | `500` | |
| env[8].name | string | `"VERBOSITY"` | |
| env[8].value | int | `3` | |
| env[9].name | string | `"CCC_FLAG"` | |
| env[9].value | string | `"--ccc"` | |
| env[9].name | string | `"L2GETH_MIN_GAS_PRICE"` | |
| env[9].value | string | `"1000000"` | |
| global.fullnameOverride | string | `"l2-rpc"` | |
| global.nameOverride | string | `"l2-rpc"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.7.5"` | |
| image.tag | string | `"scroll-v5.7.10"` | |
| ingress.main.annotations | object | `{}` | |
| ingress.main.enabled | bool | `true` | |
| ingress.main.hosts[0].host | string | `"l2-rpc.scrollsdk"` | |
Expand Down
6 changes: 2 additions & 4 deletions charts/l2-rpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.7.5
tag: scroll-v5.7.10

service:
main:
Expand Down Expand Up @@ -63,8 +63,6 @@ env:
value: 500
- name: VERBOSITY
value: 3
- name: CCC_FLAG
value: "--ccc"
- name: L2GETH_MIN_GAS_PRICE
value: "1000000"
- name: L2GETH_EXTRA_PARAMS
Expand All @@ -87,7 +85,7 @@ command:
--http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain '*' --http.api \"eth,scroll,net,web3,debug\" \
--pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 \
--ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" \
$CCC_FLAG \
--ccc --ccc.numworkers 5 \
$METRICS_FLAGS \
--gcmode archive \
--cache.noprefetch \
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: l2-sequencer helm charts
name: l2-sequencer
version: 0.0.8
version: 0.0.9
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
48 changes: 23 additions & 25 deletions charts/l2-sequencer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# l2-sequencer

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

l2-sequencer helm charts

Expand All @@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0`
|-----|------|---------|-------------|
| command[0] | string | `"bash"` | |
| command[1] | string | `"-c"` | |
| command[2] | string | `"mkdir -p /l2geth/data/keystore && mkdir -p /l2geth/data/geth && echo ${L2GETH_PASSWORD} > /l2geth/password && echo ${L2GETH_KEYSTORE} > /l2geth/data/keystore/keystore.json && echo ${L2GETH_NODEKEY} > /l2geth/data/geth/nodekey && geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain \"*\" --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" --unlock \"$L2GETH_SIGNER_ADDRESS\" --password \"/l2geth/password\" --allow-insecure-unlock --mine $CCC_FLAG --gcmode archive --cache.noprefetch --verbosity ${VERBOSITY} --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | |
| command[2] | string | `"mkdir -p /l2geth/data/keystore && mkdir -p /l2geth/data/geth && echo ${L2GETH_PASSWORD} > /l2geth/password && echo ${L2GETH_KEYSTORE} > /l2geth/data/keystore/keystore.json && echo ${L2GETH_NODEKEY} > /l2geth/data/geth/nodekey && geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain \"*\" --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" --unlock \"$L2GETH_SIGNER_ADDRESS\" --password \"/l2geth/password\" --allow-insecure-unlock --mine --ccc --ccc.numworkers 5 --gcmode archive --cache.noprefetch --verbosity ${VERBOSITY} --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --miner.gaslimit \"$L2GETH_MINER_GASLIMIT\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | |
| configMaps.config.data."config.toml" | string | `"[Node.P2P] StaticNodes = \"[]\"\n"` | |
| configMaps.config.enabled | bool | `true` | |
| controller.replicas | int | `1` | |
Expand All @@ -36,33 +36,31 @@ Kubernetes: `>=1.22.0-0`
| defaultProbes.spec.httpGet.path | string | `"/"` | |
| defaultProbes.spec.httpGet.port | int | `8545` | |
| envFrom[0].configMapRef.name | string | `"l2-sequencer-env"` | |
| env[0].name | string | `"L2GETH_ROLE"` | |
| env[0].value | string | `"signer"` | |
| env[10].name | string | `"VERBOSITY"` | |
| env[10].value | string | `"3"` | |
| env[1].name | string | `"L2GETH_PEER_LIST"` | |
| env[1].value[0] | string | `""` | |
| env[2].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | |
| env[2].value | string | `"0x6"` | |
| env[3].name | string | `"L2GETH_LOCALS"` | |
| env[3].value | string | `""` | |
| env[4].name | string | `"L2GETH_ENABLE_CCC"` | |
| env[4].value | string | `"true"` | |
| env[5].name | string | `"L2GETH_MINER_GASLIMIT"` | |
| env[5].value | string | `"10000000"` | |
| env[6].name | string | `"L2GETH_RPC_HTTP_PORT"` | |
| env[6].value | int | `8545` | |
| env[7].name | string | `"L2GETH_RPC_WS_PORT"` | |
| env[7].value | int | `8546` | |
| env[8].name | string | `"L2GETH_P2P_PORT"` | |
| env[8].value | string | `"30303"` | |
| env[9].name | string | `"L2GETH_MIN_GAS_PRICE"` | |
| env[9].value | string | `"1000000"` | |
| env[0].name | string | `"L2GETH_PEER_LIST"` | |
| env[0].value[0] | string | `""` | |
| env[1].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | |
| env[1].value | string | `"0x6"` | |
| env[2].name | string | `"L2GETH_LOCALS"` | |
| env[2].value | string | `""` | |
| env[3].name | string | `"L2GETH_ENABLE_CCC"` | |
| env[3].value | string | `"true"` | |
| env[4].name | string | `"L2GETH_MINER_GASLIMIT"` | |
| env[4].value | string | `"10000000"` | |
| env[5].name | string | `"L2GETH_RPC_HTTP_PORT"` | |
| env[5].value | int | `8545` | |
| env[6].name | string | `"L2GETH_RPC_WS_PORT"` | |
| env[6].value | int | `8546` | |
| env[7].name | string | `"L2GETH_P2P_PORT"` | |
| env[7].value | string | `"30303"` | |
| env[8].name | string | `"L2GETH_MIN_GAS_PRICE"` | |
| env[8].value | string | `"1000000"` | |
| env[9].name | string | `"VERBOSITY"` | |
| env[9].value | string | `"3"` | |
| global.fullnameOverride | string | `"l2-sequencer"` | |
| global.nameOverride | string | `"l2-sequencer"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.7.5"` | |
| image.tag | string | `"scroll-v5.7.10"` | |
| initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | |
| initContainers.wait-for-l1.command[1] | string | `"-c"` | |
| initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | |
Expand Down
8 changes: 3 additions & 5 deletions charts/l2-sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.7.5
tag: scroll-v5.7.10

env:
- name: L2GETH_ROLE
value: "signer"
- name: L2GETH_PEER_LIST
value: [""]
- name: L2GETH_L1_WATCHER_CONFIRMATIONS
Expand Down Expand Up @@ -57,12 +55,12 @@ command:
--pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 \
--ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" \
--unlock \"$L2GETH_SIGNER_ADDRESS\" --password \"/l2geth/password\" --allow-insecure-unlock --mine \
$CCC_FLAG \
--ccc --ccc.numworkers 5 \
--gcmode archive \
--cache.noprefetch \
--verbosity ${VERBOSITY} \
--txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG \
--miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" \
--miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --miner.gaslimit \"$L2GETH_MINER_GASLIMIT\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" \
--gpo.percentile 20 \
--gpo.blocks 100 \
--l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" \
Expand Down
8 changes: 4 additions & 4 deletions charts/scroll-sdk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: scroll helm charts to deploy scroll sdk
name: scroll-sdk
version: 0.0.25
version: 0.0.26
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down Expand Up @@ -66,19 +66,19 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l1-explorer.enabled
- name: l2-bootnode
version: 0.0.7
version: 0.0.8
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-bootnode.enabled
- name: l2-rpc
version: 0.0.8
version: 0.0.9
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-rpc.enabled
- name: grafana
repository: "https://grafana.github.io/helm-charts"
version: 7.3.11
condition: grafana.enabled
- name: l2-sequencer
version: 0.0.8
version: 0.0.9
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-sequencer.enabled
- name: loki-stack
Expand Down
8 changes: 4 additions & 4 deletions charts/scroll-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scroll-sdk

![Version: 0.0.25](https://img.shields.io/badge/Version-0.0.25-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

scroll helm charts to deploy scroll sdk

Expand Down Expand Up @@ -34,9 +34,9 @@ Kubernetes: `>=1.22.0-0`
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | gas-oracle | 0.0.6 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-devnet | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-explorer | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-bootnode | 0.0.7 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.8 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-sequencer | 0.0.8 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-bootnode | 0.0.8 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.9 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-sequencer | 0.0.9 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-explorer-backend | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-node | 0.0.8 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rpc-gateway | 0.0.2 |
Expand Down

0 comments on commit 8822a8a

Please sign in to comment.