Skip to content

Commit

Permalink
fix truffle
Browse files Browse the repository at this point in the history
  • Loading branch information
usethree committed Jan 13, 2021
1 parent 95ee5a9 commit 7004554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

const HDWalletProvider = require('@truffle/hdwallet-provider');
const infuraKey = "545c18ff98f043daaf63fb9c9b19fc63";
const infuraKey = "";

const fs = require('fs');
const mnemonic = fs.readFileSync("file/.secret").toString().trim();
Expand Down Expand Up @@ -94,10 +94,10 @@ module.exports = {
docker: false, // Use "0.5.1" you've installed locally with docker (default: false)
settings: { // See the solidity docs for advice about optimization and evmVersion
optimizer: {
enabled: false,
enabled: true,
runs: 200
},
evmVersion: "byzantium"
evmVersion: "istanbul"
}
}
}
Expand Down

0 comments on commit 7004554

Please sign in to comment.