deployment: add starknet_url to hybrid environment overlays#14179
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3b60e9c to
bfe2921
Compare
PR SummaryMedium Risk Overview This aligns hybrid deployment config with how other overlays already set feeder URLs; the paired devops change removes the same key from devops overlays so the value lives in one place per environment. Reviewed by Cursor Bugbot for commit bfe2921. Bugbot is set up for automated code reviews on this repo. Configure here. |
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 3 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on matanl-starkware).

Add
starknet_urltoconfig.sequencerConfigin each production hybrid environment overlay:mainnet/common.yaml:https://feeder.alpha-mainnet.starknet.io/sepolia-alpha/common.yaml:https://feeder.alpha-sepolia.starknet.io/sepolia-integration/common.yaml:https://feeder.integration-sepolia.starknet.io/Corresponding devops PR (removes the same key from the devops overlays): starkware-industries/sequencer-devops#701