File tree Expand file tree Collapse file tree 4 files changed +25210
-47
lines changed Expand file tree Collapse file tree 4 files changed +25210
-47
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ require('dotenv').config();
2222
2323import '@nomiclabs/hardhat-ethers' ;
2424import '@nomiclabs/hardhat-waffle' ;
25- import 'temp-hardhat-etherscan' ;
25+ import '@nomiclabs/hardhat-etherscan' ;
26+
2627import 'hardhat-gas-reporter' ;
2728import 'hardhat-typechain' ;
2829import '@tenderly/hardhat-tenderly' ;
@@ -84,8 +85,16 @@ const buidlerConfig: HardhatUserConfig = {
8485 target : 'ethers-v5' ,
8586 } ,
8687 etherscan : {
87- apiKey : ETHERSCAN_KEY ,
88+ apiKey : {
89+ polygonMumbai : process . env . ETHERSCAN_POLYGON_KEY || '' ,
90+ goerli : process . env . ETHERSCAN_KEY || '' ,
91+ fuji : process . env . ETHERSCAN_SNOWTRACE_KEY || '' ,
92+ mainnet : process . env . ETHERSCAN_KEY || '' ,
93+ polygon : process . env . ETHERSCAN_POLYGON_KEY || '' ,
94+ avalanche : process . env . ETHERSCAN_SNOWTRACE_KEY || '' ,
95+ } ,
8896 } ,
97+
8998 mocha : {
9099 timeout : 0 ,
91100 } ,
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export const chainlinkAggregatorProxy = {
8686 'arbitrum-rinkeby' : '0x5f0423B1a6935dc5596e7A24d98532b67A0AeFd8' ,
8787 arbitrum : '0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612' ,
8888 rinkeby : '0x8A753747A1Fa494EC906cE90E9f37563A8AF630e' ,
89- goerli : '0x9F54B624fb17d07816C5552f8AB133c21b0322cD ' ,
89+ goerli : '0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e ' ,
9090} ;
9191
9292export const chainlinkEthUsdAggregatorProxy = {
@@ -100,5 +100,5 @@ export const chainlinkEthUsdAggregatorProxy = {
100100 'arbitrum-rinkeby' : '0x5f0423B1a6935dc5596e7A24d98532b67A0AeFd8' ,
101101 arbitrum : '0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612' ,
102102 rinkeby : '0x8A753747A1Fa494EC906cE90E9f37563A8AF630e' ,
103- goerli : '0x9F54B624fb17d07816C5552f8AB133c21b0322cD ' ,
103+ goerli : '0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e ' ,
104104} ;
You can’t perform that action at this time.
0 commit comments