Skip to content

Instantly share code, notes, and snippets.

@Shih-Yu
Created August 30, 2021 17:08
Show Gist options
  • Save Shih-Yu/f136a64d6cd8f718bf6a274d6cf84b77 to your computer and use it in GitHub Desktop.
Save Shih-Yu/f136a64d6cd8f718bf6a274d6cf84b77 to your computer and use it in GitHub Desktop.
React Project Setup Using Hardhat & Truffle - part 2
/**
* @type import('hardhat/config').HardhatUserConfig
*/
module.exports = {
solidity: "0.8.6",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment