Skip to content

Commit

Permalink
[gasEstimationFactor] bumping to 2.0 (#58)
Browse files Browse the repository at this point in the history
* [gasEstimationFactor] bumping to 2.0

Signed-off-by: David Echelberger <[email protected]>

* [gasEstimationFactor] versioning

Signed-off-by: David Echelberger <[email protected]>

Signed-off-by: David Echelberger <[email protected]>
  • Loading branch information
dechdev authored Sep 23, 2022
1 parent a319efb commit 41cbd23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/firefly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: firefly
description: A Helm chart for deploying FireFly and FireFly HTTPS Dataexchange onto Kubernetes.
type: application
appVersion: "1.0.4"
version: "0.5.5"
version: "0.5.6"

maintainers:
- name: hfuss
Expand Down
1 change: 1 addition & 0 deletions charts/firefly/templates/ethconnect/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ stringData:
port: {{ .Values.ethconnect.service.apiPort }}
maxTXWaitTime: {{ .Values.ethconnect.config.maxTXWaitTimeSec }}
maxInFlight: {{ .Values.ethconnect.config.maxInFlight }}
gasEstimationFactor: {{ .Values.ethconnect.config.gasEstimationFactor }}
{{- end }}
1 change: 1 addition & 0 deletions charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ ethconnect:
eventPollingIntervalSec: 1
maxTXWaitTimeSec: 60
maxInFlight: 10
gasEstimationFactor: 1.2
catchupModePageSize: 5000
catchupModeBlockGap: 5000

Expand Down

0 comments on commit 41cbd23

Please sign in to comment.