change config for local

This commit is contained in:
Clement 2023-08-14 16:00:32 +02:00
parent 4e0cd86bd4
commit 2755713564

View File

@ -2,5 +2,13 @@ require("@nomicfoundation/hardhat-toolbox");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.19",
solidity: "0.8.19",
paths: {
artifacts: "./src/artifacts",
},
networks: {
hardhat: {
chainId: 1337,
}
}
};