Skip to content

Instantly share code, notes, and snippets.

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