From c475b3c9fdbc41a8ecf50fb4131114d3e2d25871 Mon Sep 17 00:00:00 2001 From: Edmund Edgar Date: Fri, 15 Dec 2023 03:13:07 +0000 Subject: [PATCH] Stop putting all the artifacts under ForkonomicToken --- hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index 901c0b3e..034ee7df 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -58,7 +58,7 @@ module.exports = { paths: { sources: './contracts/', cache: './cache_hardhat', - artifacts: './out/ForkonomicToken.sol', + artifacts: './out', }, solidity: { compilers: [