Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Oct 24, 2024
1 parent b660a3d commit 57328fd
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/evm-bridge-withdrawer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0-rc.2
version: 1.0.0-rc.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/evm-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ dependencies:
version: 0.1.2
- name: evm-bridge-withdrawer
repository: file://../evm-bridge-withdrawer
version: 1.0.0-rc.2
version: 1.0.0-rc.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.2.4
- name: blockscout-stack
repository: https://blockscout.github.io/helm-charts
version: 1.6.2
digest: sha256:cbef2e78861e88ca4396d44dc1d96a7b27c32c691896ed16097a1081d63c6d91
generated: "2024-10-24T14:29:08.887894+03:00"
digest: sha256:117d452966a5efe4e5809c8f21b4966a29a616b333cef566b20ec259c0268a0d
generated: "2024-10-24T20:13:17.502491+03:00"
4 changes: 2 additions & 2 deletions charts/evm-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.3
version: 0.7.4

dependencies:
- name: celestia-node
Expand All @@ -34,7 +34,7 @@ dependencies:
repository: "file://../evm-faucet"
condition: evm-faucet.enabled
- name: evm-bridge-withdrawer
version: 1.0.0-rc.2
version: 1.0.0-rc.3
repository: "file://../evm-bridge-withdrawer"
condition: evm-bridge-withdrawer.enabled
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0-rc.3
version: 1.0.0-rc.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
36 changes: 32 additions & 4 deletions charts/sequencer/files/cometbft/config/genesis.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,92 @@
{
"app_hash": "",
"app_state": {
{{- if .Values.genesis.nativeAssetBaseDenomination }}
"native_asset_base_denomination": "{{ .Values.genesis.nativeAssetBaseDenomination }}",
{{- end }}
"fees": {
"fee_change": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.feeChange.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.feeChange.multiplier }}
},
{{- if .Values.genesis.fees.bridgeLock }}
"bridge_lock": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.bridgeLock.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.bridgeLock.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.bridgeSudoChange }}
"bridge_sudo_change": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.bridgeSudoChange.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.bridgeSudoChange.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.bridgeUnlock }}
"bridge_unlock": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.bridgeUnlock.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.bridgeUnlock.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.feeAssetChange }}
"fee_asset_change": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.feeAssetChange.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.feeAssetChange.multiplier }}
},
"fee_change": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.feeChange.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.feeChange.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.ibcRelay }}
"ibc_relay": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.ibcRelay.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.ibcRelay.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.ibcRelayerChange }}
"ibc_relayer_change": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.ibcRelayerChange.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.ibcRelayerChange.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.ibcSudoChange }}
"ibc_sudo_change": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.ibcSudoChange.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.ibcSudoChange.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.ics20Withdrawal }}
"ics20_withdrawal": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.ics20Withdrawal.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.ics20Withdrawal.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.initBridgeAccount }}
"init_bridge_account": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.initBridgeAccount.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.initBridgeAccount.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.rollupDataSubmission }}
"rollup_data_submission": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.rollupDataSubmission.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.rollupDataSubmission.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.sudoAddressChange }}
"sudo_address_change": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.sudoAddressChange.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.sudoAddressChange.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.transfer }}
"transfer": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.transfer.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.transfer.multiplier }}
},
{{- end }}
{{- if .Values.genesis.fees.validatorUpdate }}
"validator_update": {
"base": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.validatorUpdate.base }},
"multiplier": {{ include "sequencer.toUint128Proto" .Values.genesis.fees.validatorUpdate.multiplier }}
}
{{- end }}
},
"allowed_fee_assets": [
{{- range $index, $value := .Values.genesis.allowedFeeAssets }}
Expand Down
6 changes: 3 additions & 3 deletions charts/sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ genesis:
maxBytes: "1048576"

fees:
feeChange:
base: "0"
multiplier: "0"
bridgeLock:
base: "0"
multiplier: "1"
Expand All @@ -67,9 +70,6 @@ genesis:
feeAssetChange:
base: "0"
multiplier: "0"
feeChange:
base: "0"
multiplier: "0"
ibcRelay:
base: "0"
multiplier: "0"
Expand Down

0 comments on commit 57328fd

Please sign in to comment.