aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/truffle.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/truffle.js')
-rw-r--r--packages/contracts/truffle.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/contracts/truffle.js b/packages/contracts/truffle.js
deleted file mode 100644
index 630f4cf8b..000000000
--- a/packages/contracts/truffle.js
+++ /dev/null
@@ -1,17 +0,0 @@
-module.exports = {
- networks: {
- development: {
- host: "localhost",
- port: 8545,
- network_id: "*", // Match any network id
- },
- kovan: {
- host: "localhost",
- port: 8546,
- network_id: "42",
- gas: 4612388,
- },
- },
- test_directory: "lib/test",
- migrations_directory: "lib/migrations",
-};