getting error while test the marketplace #5491
-
I am getting this error white test the nft marketplace @alymurtazamemon here is the code /nftMarketplace.test.js/ const { assert, expect } = require("chai") !developmentChains.includes(network.name) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
this is hardhat-config.js file require("@nomiclabs/hardhat-waffle") /**
const MAINNET_RPC_URL = // Your API key for Etherscan, obtain one at https://etherscan.io/ module.exports = { |
Beta Was this translation helpful? Give feedback.
-
Could you please change the category of your question to Q&A,what it concern your question try to run yarn add --dev ethers@5.7.2 |
Beta Was this translation helpful? Give feedback.
-
@talha073 Which ethers.js version are you using? Use version 5. Run this command |
Beta Was this translation helpful? Give feedback.
-
thank you @alymurtazamemon for solving the issue.. |
Beta Was this translation helpful? Give feedback.
@talha073 Which ethers.js version are you using? Use version 5. Run this command
npm install --save-dev ethers@^5