yield-contract/buidler.config.js
2020-08-22 03:52:07 +05:30

12 lines
393 B
JavaScript

usePlugin("@nomiclabs/buidler-truffle5");
// You have to export an object to set up your config
// This object can have the following optional entries:
// defaultNetwork, networks, solc, and paths.
// Go to https://buidler.dev/config/ to learn more
module.exports = {
// This is a sample solc configuration that specifies which version of solc to use
solc: {
version: "0.6.8",
},
};