How to setup hardhat ignition deploy script correctly
Here is my deploy script:
How to setup hardhat ignition deploy script correctly
Here is my deploy script:
How do I use withArgs in Hardhat testing code to assert an event with an array parameter in a Solidity contract?
i have an event:
event Set(uint indexed kind, uint16[4] indexed newArray);