Skip to content

Commit

Permalink
fix(ganache-cli): update ganache task arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Mar 25, 2024
1 parent 0cdd440 commit 9022b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"deployTributeERC721": "npm run compile && sh scripts/deployTributeERC721.sh",
"upgradeTributeERC721": "npm run compile && sh scripts/upgradeTributeERC721.sh",
"docker": "cd docker && docker-compose up",
"ganache": "ganache-cli --deterministic -p 7545 --networkId 1337 --chainId 1337 --hostname 0.0.0.0",
"ganache": "ganache-cli --wallet.deterministic -p 7545 --chain.networkId 1337 --chain.chainId 1337 --server.host 0.0.0.0",
"ganache:fork": "ganache-cli --deterministic -f ",
"hardhat": "hardhat run --network hardhat tasks/deploy.js",
"lint": "prettier --list-different 'contracts/**/*.sol' '**/*.js' '**/*.md'",
Expand Down

0 comments on commit 9022b4c

Please sign in to comment.