Skip to content

Commit dac98a1

Browse files
authored
adding truffle file back (#194)
1 parent d646687 commit dac98a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

truffle.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)