Skip to content

Commit

Permalink
Use small networkId to work around web3 bug
Browse files Browse the repository at this point in the history
Ganache nodes hit web3/web3.js#2777.
  • Loading branch information
Fang- committed May 7, 2019
1 parent 30c653a commit a60a7a2
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 @@ -56,7 +56,7 @@
"checksum": "cd build && find . -exec shasum -a256 {} ';' > ../checksums.txt && cd ..",
"zip": "zip -ur bridge-$npm_package_version.zip README.md bridge-https.py checksums.txt && cd build && zip -ur ../bridge-$npm_package_version.zip ./* && cd ..",
"release": "npm install && npm run build && npm run checksum && npm run zip",
"pilot:ganache": "ganache-cli --blockTime 1 -m 'benefit crew supreme gesture quantum web media hazard theory mercy wing kitten' > /dev/null &",
"pilot:ganache": "ganache-cli --blockTime 1 --networkId 1 -m 'benefit crew supreme gesture quantum web media hazard theory mercy wing kitten' &",
"pilot:deploy": "cd node_modules/azimuth-solidity && truffle deploy",
"pilot:setup": "npm run pilot:ganache && npm run pilot:deploy",
"pilot": "HTTPS=true npm-run-all pilot:setup start pilot:cleanup --continue-on-error",
Expand Down

0 comments on commit a60a7a2

Please sign in to comment.