Skip to content

Commit

Permalink
feat: adapt new dispatcher mnemonic
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Aug 24, 2023
1 parent 9afdfad commit 6895cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- {{ print "--rd-rollups-deployment-file=/opt/cartesi/share/deployments/" (.Values.dapp.network | replace "-" "_") ".json" | quote }}
- {{ print "--rd-dapp-deployment-file=/deployments/" (.Values.dapp.network | replace "-" "_") "/dapp.json" | quote }}
{{- if (or .Values.dapp.mnemonic.value .Values.dapp.mnemonic.secretRef .Values.validator.localnode.enabled) }}
- {{ print "--tx-mnemonic-file=/var/run/secrets/mnemonic/MNEMONIC" | quote }}
- {{ print "--auth-mnemonic-file=/var/run/secrets/mnemonic/MNEMONIC" | quote }}
{{- end }}
{{- if .Values.validator.localnode.enabled }}
- --tx-provider-http-endpoint=http://{{ include "validator.fullname" . }}-localnode:8545
Expand Down

0 comments on commit 6895cc6

Please sign in to comment.