From 8025956dd23eef08b935c6a9c65fd37778385e7b Mon Sep 17 00:00:00 2001 From: Enderson Maia Date: Mon, 4 Dec 2023 10:40:54 +0000 Subject: [PATCH] fixup! feat: adapt to rollups-node:1.2.0 --- charts/rollups-node/ci/test-values.yaml.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/rollups-node/ci/test-values.yaml.tpl b/charts/rollups-node/ci/test-values.yaml.tpl index 6862d02..9427e91 100644 --- a/charts/rollups-node/ci/test-values.yaml.tpl +++ b/charts/rollups-node/ci/test-values.yaml.tpl @@ -40,6 +40,7 @@ extraDeploy: RD_EPOCH_DURATION: "86400" SC_GRPC_ENDPOINT: "http://localhost:50051" SC_DEFAULT_CONFIRMATIONS: "1" + ROLLUPS_DEPLOYMENT_FILE: "/opt/cartesi/share/deployments/sepolia.json" - apiVersion: v1 kind: ConfigMap metadata: @@ -51,6 +52,7 @@ extraDeploy: SC_GRPC_ENDPOINT: 'http://{{ include "validator.fullname" . }}-state-server:50051' TX_CHAIN_IS_LEGACY: "false" SC_DEFAULT_CONFIRMATIONS: "1" + ROLLUPS_DEPLOYMENT_FILE: "/opt/cartesi/share/deployments/sepolia.json" - apiVersion: v1 kind: ConfigMap metadata: