This bounty is no longer available
Web3 DAO | Optimism Logo

BUG: the .sample.env should have DISABLE_LIVE_DEPLOYER=false

Organization

Optimism

Deadline

N/A

Status

ENDED


INSTRUCTIONS

<!-- Need help? Refer to our contributing guidelines for additional information about making a good issue: https://github.com/ethereum-optimism/.github/blob/master/CONTRIBUTING.md -->

Describe the bug A clear and concise description of what the bug is.

The .sample.env in packages/bedrock-contracts/ folder should have DISABLE_LIVE_DEPLOYER=false instead of true. This is causing the deploy contracts script to get stuck.

To Reproduce Steps to reproduce the behavior: In https://stack.optimism.io/docs/build/getting-started/#deploy-the-l1-contracts, trying the "npx hardhat deploy --network getting-started --tags l1" command get stuck.

Expected behavior A clear and concise description of what you expected to happen. The script should finish deploying the contracts and run the l1 rpc.

Screenshots If applicable, add screenshots to help explain your problem. <img width="1670" alt="Screenshot 2023-05-13 at 17 38 52" src="https://github.com/ethereum-optimism/optimism/assets/80268365/49d913f2-98dd-4ed0-a0c2-f4768f916956">

System Specs:

  • OS: MacOs
  • Package Version (or commit hash): 4611198bf8bfd16563cc6bdf49bb35eed2e46801

Additional context Add any other context about the problem here.