Skip to content

Commit

Permalink
Merge pull request #34 from Augmint/scripts_hotfix
Browse files Browse the repository at this point in the history
ganache gasprice to 1 GWEI (for UI with Metamask) - post review
  • Loading branch information
Peter Petrovics authored Feb 26, 2018
2 parents 40376c4 + 5ca5b3c commit 9116357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runganache.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "launching ganache-cli (aka testrpc) with deterministic addresses" $(npm bin)
$(npm bin)/ganache-cli \
--gasLimit 0x47D5DE \
--gasPrice 1 \
--gasPrice 1000000000 \
--network-id 999 \
-m "hello build tongue rack parade express shine salute glare rate spice stock"

0 comments on commit 9116357

Please sign in to comment.