Skip to content
Snippets Groups Projects
Commit 562f4b12 authored by yonatan.tesfu's avatar yonatan.tesfu
Browse files

rendu final

parent 5f85ce8c
No related branches found
No related tags found
No related merge requests found
import "hardhat-deploy";
import "@typechain/hardhat";
import "@nomiclabs/hardhat-ethers";
// import "@nomiclabs/hardhat-waffle"
// import "@nomiclabs/hardhat-etherscan"
// import "hardhat-gas-reporter"
// import "dotenv/config"
// import "solidity-coverage"
import { HardhatUserConfig } from "hardhat/config"
const config: HardhatUserConfig = {
......@@ -19,11 +14,6 @@ const config: HardhatUserConfig = {
chainId: 31337,
allowUnlimitedContractSize: true
},
// goerli: {
// url: GOERLI_RPC_URL,
// accounts: [PRIVATE_KEY],
// chainId: 5,
// },
},
solidity: {
version: "0.8.8",
......@@ -34,16 +24,6 @@ const config: HardhatUserConfig = {
},
},
},
// etherscan: {
// apiKey: ETHERSCAN_API_KEY,
// },
// gasReporter: {
// enabled: true,
// currency: "USD",
// outputFile: "gas-report.txt",
// noColors: true,
// // coinmarketcap: COINMARKETCAP_API_KEY,
// },
namedAccounts: {
deployer: {
default: 0, // The deployer will be the first account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment