change config for local
This commit is contained in:
parent
4e0cd86bd4
commit
2755713564
@ -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,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user