Skip to content

Commit

Permalink
fix: fix inconsistent network btw eth and fendermint (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAtwill authored Nov 22, 2024
1 parent 23c044e commit 9f87b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/fendermint/scripts/ethapi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ docker run \
--env LOG_LEVEL=${ETHAPI_LOG_LEVEL} \
--env RUST_BACKTRACE=1 \
${FM_DOCKER_IMAGE} \
--network=${FM_NETWORK} \
${CMD}
"""
dependencies = ["docker-network-create"]
Expand Down

0 comments on commit 9f87b09

Please sign in to comment.