Skip to content

Commit

Permalink
chore: update truffle config to shared config (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai authored Jan 21, 2020
1 parent 08ae593 commit f44ee48
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions apps/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@aragon/apps-shared-scripts": "^1.0.0",
"@aragon/cli": "^6.0.0",
"@aragon/test-helpers": "^2.1.0",
"@aragon/truffle-config-v4": "^1.0.1",
"eth-ens-namehash": "^2.0.8",
"eth-gas-reporter": "^0.2.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/agent/truffle.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@aragon/os/truffle-config")
module.exports = require('@aragon/truffle-config-v4')
1 change: 1 addition & 0 deletions apps/finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@aragon/apps-shared-scripts": "^1.0.0",
"@aragon/cli": "^6.0.0",
"@aragon/test-helpers": "^2.1.0",
"@aragon/truffle-config-v4": "^1.0.1",
"eth-gas-reporter": "^0.2.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
"ganache-cli": "^6.4.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/finance/truffle.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@aragon/os/truffle-config")
module.exports = require('@aragon/truffle-config-v4')
1 change: 1 addition & 0 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@aragon/apps-shared-scripts": "^1.0.0",
"@aragon/cli": "^6.0.0",
"@aragon/test-helpers": "^2.1.0",
"@aragon/truffle-config-v4": "^1.0.1",
"eth-gas-reporter": "^0.2.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
"ganache-cli": "^6.4.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/survey/truffle.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@aragon/os/truffle-config")
module.exports = require('@aragon/truffle-config-v4')
1 change: 1 addition & 0 deletions apps/token-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@aragon/apps-shared-scripts": "^1.0.0",
"@aragon/cli": "^6.0.0",
"@aragon/test-helpers": "^2.1.0",
"@aragon/truffle-config-v4": "^1.0.1",
"eth-gas-reporter": "^0.2.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
"ganache-cli": "^6.4.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/token-manager/truffle.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@aragon/os/truffle-config")
module.exports = require('@aragon/truffle-config-v4')
1 change: 1 addition & 0 deletions apps/vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@aragon/apps-shared-migrations": "1.0.0",
"@aragon/cli": "^6.0.0",
"@aragon/test-helpers": "^2.1.0",
"@aragon/truffle-config-v4": "^1.0.1",
"eth-ens-namehash": "^2.0.8",
"eth-gas-reporter": "^0.2.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/vault/truffle.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@aragon/os/truffle-config")
module.exports = require('@aragon/truffle-config-v4')
1 change: 1 addition & 0 deletions apps/voting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@aragon/apps-shared-scripts": "^1.0.0",
"@aragon/cli": "^6.0.0",
"@aragon/test-helpers": "^2.1.0",
"@aragon/truffle-config-v4": "^1.0.1",
"eth-gas-reporter": "^0.2.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
"ganache-cli": "^6.4.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/voting/truffle.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@aragon/os/truffle-config")
module.exports = require('@aragon/truffle-config-v4')
1 change: 1 addition & 0 deletions future-apps/payroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@aragon/apps-vault": "4.0.0",
"@aragon/cli": "^6.0.0",
"@aragon/test-helpers": "^2.1.0",
"@aragon/truffle-config-v4": "^1.0.1",
"eth-gas-reporter": "^0.2.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
"ganache-cli": "^6.4.3",
Expand Down
2 changes: 1 addition & 1 deletion future-apps/payroll/truffle.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@aragon/os/truffle-config")
module.exports = require('@aragon/truffle-config-v4')

0 comments on commit f44ee48

Please sign in to comment.