From 54752f916af52ed7267564451dea2c7b4c17746f Mon Sep 17 00:00:00 2001 From: Diego G Date: Tue, 27 Aug 2024 12:46:33 +0200 Subject: [PATCH] Fix hardhat config for bsc network --- hardhat.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardhat.config.js b/hardhat.config.js index 90058ed1..0f8d4539 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -63,9 +63,9 @@ module.exports = { chainId: 84532 }, bsc: { - url: process.env.BASETESTNET_NODE, + url: process.env.BSC_NODE, accounts: [process.env.PRIVATE_KEY], - chainId: 84532 + chainId: 56 } }, solidity: {