Skip to content

Commit

Permalink
chore: allow unlimited contract size
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Dec 4, 2023
1 parent b1405cf commit 1f1f5a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ docker compose run -d --service-ports --name ganache ganache --chain.hardfork is
{% for acc in obj.config.accounts %}--wallet.accounts {{ acc.privateKey }},1000000000000000000000 {% endfor %}\
--miner.blockGasLimit 0xfffffffff \
--miner.defaultGasPrice 0x1 \
--chain.allowUnlimitedContractSize true \
--server.port 9545 --server.host 0.0.0.0

0 comments on commit 1f1f5a6

Please sign in to comment.