Skip to content

Commit d559824

Browse files
author
Yash Agrawal
committed
feat: minor fixes
1 parent b8b5635 commit d559824

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hardhat.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable @typescript-eslint/naming-convention */
2-
31
import '@typechain/hardhat'
42
import * as dotenv from 'dotenv'
53
import '@nomiclabs/hardhat-ethers'
@@ -81,7 +79,7 @@ const config: HardhatUserConfig = {
8179
: [privateKey],
8280
},
8381
},
84-
Etherscan: {
82+
etherscan: {
8583
apiKey: {
8684
...((k) => (k ? { mainnet: k } : undefined))(process.env.ETHERSCAN_KEY),
8785
...((k) => (k ? { arbitrumOne: k, arbitrumTestnet: k } : undefined))(

0 commit comments

Comments
 (0)