Skip to content

Commit

Permalink
fix deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Oct 8, 2024
1 parent 0d41023 commit 1bafbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/core/018_deploy_DecentHats_0_2_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DeployFunction } from "hardhat-deploy/types";
import { deployNonUpgradeable } from "../helpers/deployNonUpgradeable";

const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
await deployNonUpgradeable(hre, "DecentHats_0_2_0", ["0.2.0"]);
await deployNonUpgradeable(hre, "DecentHats_0_2_0");
};

export default func;

0 comments on commit 1bafbf8

Please sign in to comment.