Skip to content

Commit

Permalink
Update hardhat.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelGGMM committed Jul 22, 2023
1 parent 7d20718 commit 53fad54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ const config: HardhatUserConfig = {
mocha: {},
etherscan: {
//https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-verify
apiKey : {
bsc: "your binance smart chain API KEY"
apiKey: {
bsc: "your binance smart chain API KEY",
//npx hardhat verify --list-networks //available networks
//https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-verify#adding-support-for-other-networks // if you need other networks
}
},
},
defaultNetwork: "hardhat",
networks: {
Expand Down

0 comments on commit 53fad54

Please sign in to comment.