Skip to content

Conversation

@ILoomans
Copy link

setup fix

Description

This is a simple fix for the Quick Start tutorial found here.

Without this fix, the user will experience this error:

  github.com/ethereum-optimism/optimism/op-program/host/config
  ./bin/op-program configs check-custom-chains
  t=2025-10-12T21:01:07+0100 lvl=crit msg="Application failed" err="invalid config file name: 16584-genesis.json, Make sure that the only files in the custom config directory are placeholder.json, depsets.json, <chain-id>-genesis-l2.json or <chain-id>-rollup.json"
  make[2]: *** [check-custom-chains] Error 1
  make[1]: *** [reproducible-prestate] Error 2
  make: *** [setup] Error 2

This is because the ./op-program configs check-custom-chains expects the genesis file to follow the <chain-id>-genesis-l2.json pattern.
Tests

No tests, this is a script fix.

setup fix
@ILoomans ILoomans requested a review from a team as a code owner October 12, 2025 20:11
@netlify
Copy link

netlify bot commented Oct 12, 2025

Deploy Preview for docs-optimism ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 939c38c
🔍 Latest deploy log https://app.netlify.com/projects/docs-optimism/deploys/68ec0b7f566b9e000890deda
😎 Deploy Preview https://deploy-preview-1787--docs-optimism.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ILoomans ILoomans changed the title fix setup script Quick start tutorial - genesis config file naming fix Oct 12, 2025
@krofax
Copy link
Contributor

krofax commented Oct 14, 2025

Resolved, thanks

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 this pull request may close these issues.

2 participants