Skip to content

Instantly share code, notes, and snippets.

@Shih-Yu
Created August 30, 2021 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shih-Yu/440d791557eb0e1ce8c47baba9fe0680 to your computer and use it in GitHub Desktop.
Save Shih-Yu/440d791557eb0e1ce8c47baba9fe0680 to your computer and use it in GitHub Desktop.
React Project Setup Using Hardhat & Truffle - part 2
compilers: {
solc: {
version: "0.8.6", // Fetch exact version from solc-bin (default: truffle's version)
// docker: true, // 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,
// runs: 200
// },
// evmVersion: "byzantium"
// }
}
@Shih-Yu
Copy link
Author

Shih-Yu commented Aug 30, 2021

Truffle solc confi for part 2 of Truffle/Hardhat article

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment