Skip to content

add variable for exit-only consensus#3207

Merged
isstuev merged 1 commit intomainfrom
fe-3161
Jan 5, 2026
Merged

add variable for exit-only consensus#3207
isstuev merged 1 commit intomainfrom
fe-3161

Conversation

@isstuev
Copy link
Copy Markdown
Contributor

@isstuev isstuev commented Jan 1, 2026

Description and Related Issue(s)

resolves #3161

Proposed Changes

added NEXT_PUBLIC_BEACON_CHAIN_WITHDRAWALS_ONLY variable to disable deposits for beacon chain

Breaking or Incompatible Changes

Additional Information

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

@isstuev isstuev marked this pull request as ready for review January 1, 2026 18:02
@isstuev isstuev requested a review from tom2drum January 1, 2026 18:02
@github-actions github-actions bot added bug Something isn't working ENVs labels Jan 1, 2026
Copy link
Copy Markdown
Collaborator

@tom2drum tom2drum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we also need to update the condition in the deposits guard function -

export const deposits: Guard = (chainConfig: typeof config) => async() => {

@isstuev isstuev merged commit 43a77c2 into main Jan 5, 2026
11 checks passed
@isstuev isstuev deleted the fe-3161 branch January 5, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ENVs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split ENV variable for Withdrawals and Deposits (Beacon)

2 participants