mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
12 lines
393 B
JavaScript
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",
|
||
|
},
|
||
|
};
|