Skip to content

Commit

Permalink
Merge pull request #191 from ethersphere/fix-geth-swap
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot authored Sep 29, 2022
2 parents 82129dd + 71e1cec commit f7144a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/geth-swap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.3.6
version: 0.3.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/geth-swap/templates/genesis.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data:
"nonce": "0x0",
"timestamp": "0x5e4bc3a6",
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000{{ .Values.geth.genesis.validatorAddress }}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": {{ .Values.geth.genesis.gasLimit }},
"gasLimit": {{ .Values.geth.genesis.gasLimit | quote }},
"difficulty": "0x1",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x0000000000000000000000000000000000000000",
Expand Down
2 changes: 1 addition & 1 deletion charts/geth-swap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ geth:
cache: 512
genesis:
networkid: 12345
gasLimit: 0x47b760
gasLimit: "0x47b760"
clique:
period: 15
epoch: 30000
Expand Down

0 comments on commit f7144a3

Please sign in to comment.