File tree Expand file tree Collapse file tree 2 files changed +6
-151
lines changed
Expand file tree Collapse file tree 2 files changed +6
-151
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -198,13 +198,12 @@ const config: HardhatUserConfig = {
198198 } ,
199199 } ,
200200 etherscan : {
201- apiKey : process . env . IS_VERIFICATION_API_V2
202- ? process . env . EXPLORER_API_KEY
203- : {
204- avalancheFujiTestnet : 'nothing' , // a non-empty string is needed by the plugin.
205- arbitrumSepolia : process . env . EXPLORER_API_KEY || '' ,
206- bellecour : 'nothing' , // a non-empty string is needed by the plugin.
207- } ,
201+ // TODO migrate to Etherscan V2 API and use process.env.EXPLORER_API_KEY
202+ apiKey : {
203+ avalancheFujiTestnet : 'nothing' , // a non-empty string is needed by the plugin.
204+ arbitrumSepolia : process . env . ARBISCAN_API_KEY || '' ,
205+ bellecour : 'nothing' , // a non-empty string is needed by the plugin.
206+ } ,
208207 customChains : [
209208 {
210209 network : 'viviani' ,
You can’t perform that action at this time.
0 commit comments