Commit d6dfb69
apollo_deployments: add strk_to_usd_oracle_config entries to provider JSONs
Add the same three non-secret overrides (lag_interval_seconds=900,
max_cache_size=100, query_timeout_sec=10) for strk_to_usd_oracle_config
that already exist for eth_to_strk_oracle_config, in both the base
and replacer L1GasPriceProvider deployment JSONs. The new
strk_to_usd_oracle_config field on L1GasPriceProviderConfig (added
earlier in this PR) needs these production-default overrides to
behave consistently with the existing eth_to_strk oracle.
The url_header_list belongs in the secrets files (testing_secrets.json,
config_secrets_schema.json) — those are harness-blocked from this
sandbox; regenerate locally with `cargo run --bin deployment_generator`
and `cargo run --bin update_apollo_node_config_schema`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4169ca3 commit d6dfb69
3 files changed
Lines changed: 8 additions & 1 deletion
File tree
- crates
- apollo_deployments/resources/app_configs
- apollo_node/resources
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments