Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Set interval for local mining (#985) (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
micahalcorn authored and Tom Linton committed Nov 23, 2018
1 parent e752890 commit 7380ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origin-js/scripts/helpers/start-ganache.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const startGanache = () => {
default_balance_ether: 100,
network_id: 999,
seed: 123,
blocktime: 0,
blockTime: 4,
mnemonic:
'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat'
})
Expand Down

0 comments on commit 7380ca4

Please sign in to comment.