Skip to content

Commit d8b1c63

Browse files
authored
add bnb network (#628)
* add bnb network
1 parent c5ccf4d commit d8b1c63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hardhat.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ export default {
4141
polygon: {
4242
url: `https://polygon-mainnet.infura.io/v3/${process.env.INFURA_API_KEY}`,
4343
},
44+
bnb: {
45+
url: `https://bsc-dataseed.binance.org/`,
46+
},
4447
},
4548
etherscan: {
4649
// Your API key for Etherscan

0 commit comments

Comments
 (0)