Описание изменений
This commit is contained in:
12
backend/hardhat.config.cjs
Normal file
12
backend/hardhat.config.cjs
Normal file
@@ -0,0 +1,12 @@
|
||||
require("@nomiclabs/hardhat-waffle");
|
||||
require("dotenv").config();
|
||||
|
||||
module.exports = {
|
||||
solidity: "0.8.0",
|
||||
networks: {
|
||||
sepolia: {
|
||||
url: process.env.ETHEREUM_NETWORK_URL,
|
||||
accounts: [process.env.PRIVATE_KEY]
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user