diff --git a/hardhat.config.ts b/hardhat.config.ts index ed5128e5..159d659c 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -17,7 +17,7 @@ const config: HardhatUserConfig = { accounts: { mnemonic: "test test test test test test test test test test test junk", }, - initialDate: "01 Dec 2023 00:00:00 GMT" //It's needed for BalanceTracker test + initialDate: "01 Dec 2023 00:00:00 GMT", //It's needed for BalanceTracker test }, ganache: { url: "http://127.0.0.1:7545",