nachomazzara / SafeERC20

Library to standardize ERC20 methods calls
11 stars 3 forks source link

update to truffle 0.5 and web3 1.0 #4

Closed rotcivegaf closed 5 years ago

nachomazzara commented 5 years ago

One more little thing: Could you install npm i truffle and add at truffle-config.json

development: {
      gas: 6721975,
      host: 'localhost',
      port: 8545,
      network_id: '*' // eslint-disable-line camelcase
    },

Test won't run if not