change config for local
This commit is contained in:
parent
4e0cd86bd4
commit
2755713564
@ -3,4 +3,12 @@ require("@nomicfoundation/hardhat-toolbox");
|
|||||||
/** @type import('hardhat/config').HardhatUserConfig */
|
/** @type import('hardhat/config').HardhatUserConfig */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
solidity: "0.8.19",
|
solidity: "0.8.19",
|
||||||
|
paths: {
|
||||||
|
artifacts: "./src/artifacts",
|
||||||
|
},
|
||||||
|
networks: {
|
||||||
|
hardhat: {
|
||||||
|
chainId: 1337,
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user