Skip to content

Commit

Permalink
Fix hardhat config for bsc network
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-G committed Aug 27, 2024
1 parent bf1e9db commit 54752f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 54752f9

Please sign in to comment.