Browse Source

Fix for ganache insufficient funds bug

develop
Apostolos Fanakis 5 years ago
parent
commit
53552858d0
  1. 3
      truffle-config.js

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

Loading…
Cancel
Save