Skip to content

Commit

Permalink
feat: add solana rpc options to chainflip-engine ☀️
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna committed Aug 16, 2024
1 parent 8324557 commit ed107d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ maintainers:

type: application

version: 0.9.1
version: 0.10.0

appVersion: "0.9.0"
appVersion: "1.6.0"
6 changes: 5 additions & 1 deletion charts/node/templates/engine-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ data:
http_endpoint = "{{ required "Please provide a http_endpoint of an Arbitrum node" .Values.engine.settings.arb.http_endpoint }}"
ws_endpoint = "{{ required "Please provide a ws_endpoint of an Arbitrum node" .Values.engine.settings.arb.ws_endpoint }}"
[sol.rpc]
http_endpoint = "{{ required "Please provide a http_endpoint of a Solana RPC Node" .Values.engine.settings.sol.http_endpoint }}"
ws_endpoint = "{{ required "Please provide a ws_endpoint of a Solana RPC Node" .Values.engine.settings.sol.ws_endpoint }}"
{{ if .Values.engine.settings.arb_backup.enabled }}
[arb.backup_rpc]
http_endpoint = "{{ .Values.engine.settings.arb_backup.http_endpoint }}"
Expand All @@ -81,4 +85,4 @@ data:
hostname = "{{ .Values.engine.ports.metrics.hostname }}"
port = {{ .Values.engine.ports.metrics.port }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit ed107d2

Please sign in to comment.