Skip to content

Commit

Permalink
refactor(hardhat.config.js): <- refactor this
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed May 6, 2024
1 parent 7ca2c3b commit d08cd02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/evm/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const config: HardhatUserConfig = {
arbitrumOne: process.env.ARBISCAN_API_KEY || "",
avalanche: process.env.SNOWTRACE_API_KEY || "",
bsc: process.env.BSCSCAN_API_KEY || "",
chiado: process.env.CHIADO_BLOCKSCOUT_API_KEY || "",
chiado: process.env.CHIADO_BLOCKSCOUT_API_KEY || "",
gnosis: process.env.GNOSISSCAN_API_KEY || "",
goerli: process.env.ETHERSCAN_API_KEY || "",
mainnet: process.env.ETHERSCAN_API_KEY || "",
Expand All @@ -91,10 +91,10 @@ const config: HardhatUserConfig = {
chainId: 10200,
urls: {
apiURL: "https://gnosis-chiado.blockscout.com/api",
browserURL: "https://gnosis-chiado.blockscout.com/"
}
}
]
browserURL: "https://gnosis-chiado.blockscout.com/",
},
},
],
},
gasReporter: {
currency: "USD",
Expand Down

0 comments on commit d08cd02

Please sign in to comment.