diff --git a/hardhat.config.ts b/hardhat.config.ts index 49cd3db..f4bca28 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -26,8 +26,8 @@ const getNetworkConfig = (): NetworksUserConfig | undefined => { verify: { etherscan: { apiKey: ETHERSCAN_API_KEY, - } - } + }, + }, }, localhost_integration: { url: "http://localhost:8545",