Skip to content

Commit

Permalink
fixup! feat: adapt to rollups-node:1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Dec 4, 2023
1 parent 260f792 commit 8025956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/rollups-node/ci/test-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 8025956

Please sign in to comment.