Skip to content

Commit

Permalink
chore: add number_of_retries in mempool space
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit committed Dec 11, 2023
1 parent 8e4b8dc commit 1859c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/bria/templates/bria-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data:
fees:
mempool_space:
url: {{ .Values.bria.app.fees.mempoolSpace.url }}
number_of_retries: {{ .Values.bria.app.fees.mempoolSpace.numberOfRetries }}
{{- if gt (len .Values.bria.app.security.blockedAddresses) 0 }}
security:
blocked_addresses: {{ toYaml .Values.bria.app.security.blockedAddresses | nindent 8 }}
Expand Down
1 change: 1 addition & 0 deletions charts/bria/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ bria:
fees:
mempoolSpace:
url: https://mempool.space
numberOfRetries: 3
security:
blockedAddresses: []
deprecatedEncryptionKey:
Expand Down

0 comments on commit 1859c6e

Please sign in to comment.