diff --git a/charts/vsl/.helmignore b/charts/chain/.helmignore similarity index 100% rename from charts/vsl/.helmignore rename to charts/chain/.helmignore diff --git a/charts/vsl/Chart.yaml b/charts/chain/Chart.yaml similarity index 100% rename from charts/vsl/Chart.yaml rename to charts/chain/Chart.yaml diff --git a/charts/vsl/scripts/op-scripts/geth-entrypoint.sh b/charts/chain/scripts/op-scripts/geth-entrypoint.sh similarity index 100% rename from charts/vsl/scripts/op-scripts/geth-entrypoint.sh rename to charts/chain/scripts/op-scripts/geth-entrypoint.sh diff --git a/charts/vsl/scripts/op-scripts/node-entrypoint.sh b/charts/chain/scripts/op-scripts/node-entrypoint.sh similarity index 100% rename from charts/vsl/scripts/op-scripts/node-entrypoint.sh rename to charts/chain/scripts/op-scripts/node-entrypoint.sh diff --git a/charts/vsl/templates/NOTES.txt b/charts/chain/templates/NOTES.txt similarity index 100% rename from charts/vsl/templates/NOTES.txt rename to charts/chain/templates/NOTES.txt diff --git a/charts/vsl/templates/_helpers.tpl b/charts/chain/templates/_helpers.tpl similarity index 100% rename from charts/vsl/templates/_helpers.tpl rename to charts/chain/templates/_helpers.tpl diff --git a/charts/vsl/templates/batcher/deploy.yaml b/charts/chain/templates/batcher/deploy.yaml similarity index 100% rename from charts/vsl/templates/batcher/deploy.yaml rename to charts/chain/templates/batcher/deploy.yaml diff --git a/charts/vsl/templates/batcher/secret/batcher.yaml b/charts/chain/templates/batcher/secret/batcher.yaml similarity index 100% rename from charts/vsl/templates/batcher/secret/batcher.yaml rename to charts/chain/templates/batcher/secret/batcher.yaml diff --git a/charts/vsl/templates/batcher/secret/signer.yaml b/charts/chain/templates/batcher/secret/signer.yaml similarity index 100% rename from charts/vsl/templates/batcher/secret/signer.yaml rename to charts/chain/templates/batcher/secret/signer.yaml diff --git a/charts/vsl/templates/configmap.yaml b/charts/chain/templates/configmap.yaml similarity index 100% rename from charts/vsl/templates/configmap.yaml rename to charts/chain/templates/configmap.yaml diff --git a/charts/vsl/templates/geth/hpa.yaml b/charts/chain/templates/geth/hpa.yaml similarity index 100% rename from charts/vsl/templates/geth/hpa.yaml rename to charts/chain/templates/geth/hpa.yaml diff --git a/charts/vsl/templates/geth/ingress.yaml b/charts/chain/templates/geth/ingress.yaml similarity index 100% rename from charts/vsl/templates/geth/ingress.yaml rename to charts/chain/templates/geth/ingress.yaml diff --git a/charts/vsl/templates/geth/secret/op-geth.yaml b/charts/chain/templates/geth/secret/op-geth.yaml similarity index 100% rename from charts/vsl/templates/geth/secret/op-geth.yaml rename to charts/chain/templates/geth/secret/op-geth.yaml diff --git a/charts/vsl/templates/geth/secret/op-node.yaml b/charts/chain/templates/geth/secret/op-node.yaml similarity index 100% rename from charts/vsl/templates/geth/secret/op-node.yaml rename to charts/chain/templates/geth/secret/op-node.yaml diff --git a/charts/vsl/templates/geth/service.yaml b/charts/chain/templates/geth/service.yaml similarity index 100% rename from charts/vsl/templates/geth/service.yaml rename to charts/chain/templates/geth/service.yaml diff --git a/charts/vsl/templates/geth/serviceaccount.yaml b/charts/chain/templates/geth/serviceaccount.yaml similarity index 100% rename from charts/vsl/templates/geth/serviceaccount.yaml rename to charts/chain/templates/geth/serviceaccount.yaml diff --git a/charts/vsl/templates/geth/sts.yaml b/charts/chain/templates/geth/sts.yaml similarity index 100% rename from charts/vsl/templates/geth/sts.yaml rename to charts/chain/templates/geth/sts.yaml diff --git a/charts/vsl/templates/proposer/deploy.yaml b/charts/chain/templates/proposer/deploy.yaml similarity index 100% rename from charts/vsl/templates/proposer/deploy.yaml rename to charts/chain/templates/proposer/deploy.yaml diff --git a/charts/vsl/templates/proposer/secret/proposer.yaml b/charts/chain/templates/proposer/secret/proposer.yaml similarity index 100% rename from charts/vsl/templates/proposer/secret/proposer.yaml rename to charts/chain/templates/proposer/secret/proposer.yaml diff --git a/charts/vsl/templates/proposer/secret/signer.yaml b/charts/chain/templates/proposer/secret/signer.yaml similarity index 100% rename from charts/vsl/templates/proposer/secret/signer.yaml rename to charts/chain/templates/proposer/secret/signer.yaml diff --git a/charts/vsl/templates/serviceaccount.yaml b/charts/chain/templates/serviceaccount.yaml similarity index 100% rename from charts/vsl/templates/serviceaccount.yaml rename to charts/chain/templates/serviceaccount.yaml diff --git a/charts/vsl/templates/tests/test-connection.yaml b/charts/chain/templates/tests/test-connection.yaml similarity index 100% rename from charts/vsl/templates/tests/test-connection.yaml rename to charts/chain/templates/tests/test-connection.yaml diff --git a/charts/vsl/values.yaml b/charts/chain/values.yaml similarity index 100% rename from charts/vsl/values.yaml rename to charts/chain/values.yaml