Skip to content

Commit

Permalink
add bnb network (#628)
Browse files Browse the repository at this point in the history
* add bnb network
  • Loading branch information
ewilz authored Mar 16, 2023
1 parent c5ccf4d commit d8b1c63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ export default {
polygon: {
url: `https://polygon-mainnet.infura.io/v3/${process.env.INFURA_API_KEY}`,
},
bnb: {
url: `https://bsc-dataseed.binance.org/`,
},
},
etherscan: {
// Your API key for Etherscan
Expand Down

0 comments on commit d8b1c63

Please sign in to comment.