We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1669b34 commit 3bd5417Copy full SHA for 3bd5417
hardhat.config.ts
@@ -2,7 +2,7 @@ import '@typechain/hardhat'
2
import '@nomiclabs/hardhat-ethers'
3
import '@nomiclabs/hardhat-waffle'
4
import '@nomiclabs/hardhat-etherscan'
5
-import { type HardhatUserConfig } from 'hardhat/config'
+import type { HardhatUserConfig } from 'hardhat/config'
6
import * as dotenv from 'dotenv'
7
8
dotenv.config()
0 commit comments