-
Hello guys, I am getting this error
After solving 2 or 3 errors in a row myself, I got stuck here when trying to deploy Mocks. 00-deploy-mocks.sol code:
hardhat-config.js file
helper-hardhat-config.js file
02-deploy-random-ipfs-nft.js
It's my first time posting smth like this on GitHub, please excuse me if it's not exactly right. Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I see you are trying to import DECIMALS and INITIAL_PRICE from helper-hardhat but they are not defined in your helper hardhat add this lines to your helper hardhat and try again |
Beta Was this translation helpful? Give feedback.
I see you are trying to import DECIMALS and INITIAL_PRICE from helper-hardhat but they are not defined in your helper hardhat add this lines to your helper hardhat and try again
const DECIMALS = "18" const INITIAL_PRICE = "200000000000000000000"