Skip to content

Conversation

@vulh1209
Copy link

Fix paths for chain configuration file copying

Description

Updated file paths for copying chain configuration files from ../deployer/ to ../../deployer/ to reflect the correct relative path from the current working directory.

Changes

  • Fixed rollup.json copy path: ../deployer/.deployer/rollup.json../../deployer/.deployer/rollup.json
  • Fixed genesis.json copy path: ../deployer/.deployer/genesis.json../../deployer/.deployer/genesis.json
  • Added comment noting alternative path for op-challenger/v1.7.0 (genesis-l2.json)

Tests

Manual verification that the updated paths correctly reference the deployer configuration files from the expected directory structure.

Additional context

The previous paths assumed a different directory structure. This fix ensures the copy commands work correctly when executed from the appropriate location in the project hierarchy.

Metadata

N/A

Updated file paths for copying chain configuration files.
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.

1 participant