Описание изменений
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
require("dotenv").config();
|
||||
require("@nomicfoundation/hardhat-ethers");
|
||||
require("@nomicfoundation/hardhat-chai-matchers");
|
||||
require("@nomicfoundation/hardhat-toolbox");
|
||||
require('dotenv').config();
|
||||
|
||||
module.exports = {
|
||||
solidity: "0.8.19",
|
||||
solidity: "0.8.20",
|
||||
networks: {
|
||||
sepolia: {
|
||||
url: process.env.ETHEREUM_NETWORK_URL,
|
||||
accounts: [process.env.PRIVATE_KEY]
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user