Skip to content

Commit 12f12ec

Browse files
committed
fix
1 parent aab96d7 commit 12f12ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/tasks/mainnet_upgrade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ task("rollup-upgrade-hc")
2828

2929
task("deploy-morph-placement-token")
3030
.setAction(async (taskArgs, hre) => {
31-
const MorphPlacementTokenFactory = await hre.ethers.getContractFactory("MorphPlacementTokenT");
31+
const MorphPlacementTokenFactory = await hre.ethers.getContractFactory("MorphPlacementToken");
3232
const morphPlacementToken = await MorphPlacementTokenFactory.deploy();
3333
await morphPlacementToken.deployed();
3434

0 commit comments

Comments
 (0)