Replies: 1 comment 2 replies
-
@ybhumi It is just an spelling issue here; await deploy("MockV3Aggregator", {
contract: "Mockv3Aggregator",
from: deployer,
log: true,
//to get args we should check github or node modulus and serach which arguments are passed in the consturtor
args:[DECIMAL, INITIAL_ANSWER],
}) here it should be |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i am getting an error while trying to deploy mocks please someone help me resolve this issue
ERROR:
00-deploy-mocks.js
helper-hardhat-config.js
MockV3Aggregator.sol
hardhat.config.js
// #5144
Beta Was this translation helpful? Give feedback.
All reactions