Removed truffle config file

This commit is contained in:
Richard Ramos 2018-03-12 11:32:58 -04:00
parent 4db12728d3
commit fba9b7549d

View File

@ -1,9 +0,0 @@
module.exports = {
networks: {
development: {
host: "localhost",
port: 8540,
network_id: "*" // Match any network id
}
}
};