Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Remove personal config from truffle config (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes authored Sep 7, 2020
1 parent 3bf6fde commit cb2a339
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ethereum/truffle-config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
module.exports = {
networks: {
vincent_develop: {
host: "172.29.96.1",
development: {
host: "127.0.0.1",
port: 7545,
network_id: "5777"
},
network_id: "*"
}
},
mocha: {
useColors: true
},
// Configure your compilers
compilers: {
solc: {
version: "0.6.2",
Expand Down

0 comments on commit cb2a339

Please sign in to comment.