diff --git a/hardhat.config.ts b/hardhat.config.ts index 898ff2340..1b0971bfc 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -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