We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d646687 commit dac98a1Copy full SHA for dac98a1
truffle.js
@@ -0,0 +1,15 @@
1
+// NOTE: this file is required by our internal deployment script uFragments-eth-integration
2
+// which still works with truffle
3
+// This can be removed once we completely transition to the new hardhat workflow
4
+module.exports = {
5
+ compilers: {
6
+ solc: {
7
+ version: '0.4.24',
8
+ settings: {
9
+ optimizer: {
10
+ enabled: false
11
+ }
12
13
14
15
+};
0 commit comments