-
Notifications
You must be signed in to change notification settings - Fork 97
fix(composer)!: update to work with appside mempool #1643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ae142a3
3b69c0b
39d18b3
368715b
cfbf479
9da9d23
12a346a
cab8154
d809986
9541015
bda2d87
09af906
f517085
fe86cae
9d2b75a
8ef17cd
1d98d64
8f6db63
5bdfddc
703687d
119e8ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,6 @@ data: | |
| ASTRIA_COMPOSER_API_LISTEN_ADDR: "0.0.0.0:{{ .Values.ports.healthApi }}" | ||
| ASTRIA_COMPOSER_GRPC_ADDR: "0.0.0.0:{{ .Values.ports.grpc }}" | ||
| ASTRIA_COMPOSER_SEQUENCER_CHAIN_ID: "{{ tpl .Values.config.sequencerChainId . }}" | ||
| ASTRIA_COMPOSER_SEQUENCER_URL: "{{ tpl .Values.config.sequencerRpc . }}" | ||
| ASTRIA_COMPOSER_ROLLUPS: "{{ include "composer.rollups" . }}" | ||
| ASTRIA_COMPOSER_PRIVATE_KEY_FILE: "/var/secrets/{{ .Values.config.privateKey.secret.filename }}" | ||
| ASTRIA_COMPOSER_MAX_BYTES_PER_BUNDLE: "{{ .Values.config.maxBytesPerBundle }}" | ||
|
|
@@ -30,7 +29,10 @@ data: | |
| OTEL_EXPORTER_OTLP_TRACE_HEADERS: "{{ tpl .Values.otel.traceHeaders . }}" | ||
| OTEL_SERVICE_NAME: "{{ tpl .Values.otel.serviceName . }}" | ||
| {{- if not .Values.global.dev }} | ||
| ASTRIA_COMPOSER_SEQUENCER_URL: "{{ tpl .Values.config.sequencerRpc . }}" | ||
| {{- else }} | ||
| ASTRIA_COMPOSER_SEQUENCER_ABCI_ENDPOINT: "{{ tpl .Values.config.sequencerRpc . }}" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. when |
||
| ASTRIA_COMPOSER_SEQUENCER_GRPC_ENDPOINT: "{{ tpl .Values.config.sequencerGrpc . }}" | ||
| {{- end }} | ||
| --- | ||
| {{- if not .Values.secretProvider.enabled }} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.