Skip to content

Commit 7cd7f98

Browse files
committed
Fix ci
1 parent c2d2e7c commit 7cd7f98

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
@@ -202,7 +202,7 @@ const config: HardhatUserConfig = {
202202
? process.env.EXPLORER_API_KEY
203203
: {
204204
avalancheFujiTestnet: 'nothing', // a non-empty string is needed by the plugin.
205-
arbitrumSepolia: process.env.ARBISCAN_API_KEY || '',
205+
arbitrumSepolia: process.env.EXPLORER_API_KEY || '',
206206
bellecour: 'nothing', // a non-empty string is needed by the plugin.
207207
},
208208
customChains: [

0 commit comments

Comments
 (0)