Skip to content
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

Update Sepolia Testnet Block Time to 12 Seconds #4968

Open
gacevicljubisa opened this issue Jan 30, 2025 · 0 comments · May be fixed by #4969
Open

Update Sepolia Testnet Block Time to 12 Seconds #4968

gacevicljubisa opened this issue Jan 30, 2025 · 0 comments · May be fixed by #4969
Assignees

Comments

@gacevicljubisa
Copy link
Contributor

Context

The block time for the testnet (Sepolia) should be updated to 12 seconds.

Summary

There is a hardcoded value used to determine the current average block time based on the network ID. Currently, this value does not reflect the correct block time for Sepolia.

Expected behavior

The block time for the Sepolia chain should be 12 seconds.

Actual behavior

The current block time for the Sepolia chain is set to 15 seconds.

Steps to reproduce

Refer to the following line in the Bee repository:
cmd/bee/cmd/start.go#L465

Possible solution

Update the hardcoded value to 12 seconds for the testnet.

@gacevicljubisa gacevicljubisa added the needs-triaging new issues that need triaging label Jan 30, 2025
@gacevicljubisa gacevicljubisa self-assigned this Jan 30, 2025
@gacevicljubisa gacevicljubisa linked a pull request Jan 30, 2025 that will close this issue
4 tasks
@gacevicljubisa gacevicljubisa removed the needs-triaging new issues that need triaging label Jan 31, 2025
@gacevicljubisa gacevicljubisa linked a pull request Jan 31, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant