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 b8b5635 commit d559824Copy full SHA for d559824
hardhat.config.ts
@@ -1,5 +1,3 @@
1
-/* eslint-disable @typescript-eslint/naming-convention */
2
-
3
import '@typechain/hardhat'
4
import * as dotenv from 'dotenv'
5
import '@nomiclabs/hardhat-ethers'
@@ -81,7 +79,7 @@ const config: HardhatUserConfig = {
81
79
: [privateKey],
82
80
},
83
84
- Etherscan: {
+ etherscan: {
85
apiKey: {
86
...((k) => (k ? { mainnet: k } : undefined))(process.env.ETHERSCAN_KEY),
87
...((k) => (k ? { arbitrumOne: k, arbitrumTestnet: k } : undefined))(
0 commit comments