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: {