Skip to content

Commit

Permalink
Use more recent FORK_BLOCK to reenable ganache
Browse files Browse the repository at this point in the history
Fixes mds1#7, not by fixing the bug in Ganache, but rather by working around
it, per the suggestion at https://twitter.com/atdavidmurdoch/status/1487125565425520645?t=3VKAXE2pKS2tBI3ZYJpw0Q&s=03
  • Loading branch information
feuGeneA committed Feb 1, 2022
1 parent 205029b commit bbfcba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export CLEAR_CACHE=0
export TS_NODE_TRANSPILE_ONLY=1

# Simulation parameters
export FORK_BLOCK=13724056
export FORK_BLOCK=14121827
export GAS_LIMIT=30000000
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ COPY --chown=user:user . .
RUN make benchmark-foundry
RUN make benchmark-hardhat
RUN make benchmark-dapptools
# TODO: Benchmark ganache too, once it's fixed.
# (See https://github.com/mds1/convex-shutdown-simulation/pull/4)
RUN make benchmark-ganache

ENTRYPOINT ["make"]

0 comments on commit bbfcba5

Please sign in to comment.