Commit 804a0997 authored by friendwu's avatar friendwu Committed by GitHub

chore: fix devnet up failed due to invalid env variable in docker-compose.yaml (#9862)

parent 90d8c47f
...@@ -185,7 +185,7 @@ services: ...@@ -185,7 +185,7 @@ services:
OP_CHALLENGER_GAME_FACTORY_ADDRESS: ${DGF_ADDRESS} OP_CHALLENGER_GAME_FACTORY_ADDRESS: ${DGF_ADDRESS}
# The devnet can't set the absolute prestate output root because the contracts are deployed in L1 genesis # The devnet can't set the absolute prestate output root because the contracts are deployed in L1 genesis
# before the L2 genesis is known. # before the L2 genesis is known.
OP_CHALLENGER_UNSAFE_ALLOW_INVALID_PRESTATE: true OP_CHALLENGER_UNSAFE_ALLOW_INVALID_PRESTATE: "true"
OP_CHALLENGER_DATADIR: temp/challenger-data OP_CHALLENGER_DATADIR: temp/challenger-data
OP_CHALLENGER_CANNON_ROLLUP_CONFIG: ./.devnet/rollup.json OP_CHALLENGER_CANNON_ROLLUP_CONFIG: ./.devnet/rollup.json
OP_CHALLENGER_CANNON_L2_GENESIS: ./.devnet/genesis-l2.json OP_CHALLENGER_CANNON_L2_GENESIS: ./.devnet/genesis-l2.json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment