Skip to content

Commit 39dfe99

Browse files
committed
fix: Fix smart contracts verification
1 parent ce97314 commit 39dfe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const config: HardhatUserConfig = {
211211
etherscan: {
212212
// TODO migrate to Etherscan V2 API and use process.env.EXPLORER_API_KEY
213213
apiKey: {
214-
arbitrum: process.env.ARBISCAN_API_KEY || '',
214+
arbitrumOne: process.env.ARBISCAN_API_KEY || '', // This name is required by the plugin.
215215
avalancheFujiTestnet: 'nothing', // a non-empty string is needed by the plugin.
216216
arbitrumSepolia: process.env.ARBISCAN_API_KEY || '',
217217
bellecour: 'nothing', // a non-empty string is needed by the plugin.

0 commit comments

Comments
 (0)