Deploy the same contract multiple times with different constructor arguments in Hardhat using Ignition
I am trying to deploy the same smart contract multiple times using Hardhat’s Ignition plugin, but with different constructor arguments.
I am trying to deploy the same smart contract multiple times using Hardhat’s Ignition plugin, but with different constructor arguments.