From 53552858d0ae12e5976150a20d13731a0ca6501c Mon Sep 17 00:00:00 2001 From: Apostolof Date: Mon, 11 Nov 2019 00:52:04 +0200 Subject: [PATCH] Fix for ganache insufficient funds bug --- truffle-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/truffle-config.js b/truffle-config.js index f02e837..471f524 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -10,7 +10,8 @@ module.exports = { development: { host: GANACHE_HOST, port: GANACHE_PORT, - network_id: '*' // Match any network id + network_id: '*', // Match any network id + gasPrice: '0' } }, compilers: {