Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions truffle.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// NOTE: this file is required by our internal deployment script uFragments-eth-integration
// which still works with truffle
// This can be removed once we completely transition to the new hardhat workflow
module.exports = {
compilers: {
solc: {
version: '0.4.24',
settings: {
optimizer: {
enabled: false
}
}
}
}
};