diff --git a/core/deploy/00_resolve_tbtc.ts b/core/deploy/00_resolve_tbtc.ts index 83f796ceb..dc1bfeff5 100644 --- a/core/deploy/00_resolve_tbtc.ts +++ b/core/deploy/00_resolve_tbtc.ts @@ -17,7 +17,7 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => { log("deploying TBTC contract stub") await deployments.deploy("TBTC", { - contract: "TestToken", // TODO: Rename to TestERC20 + contract: "TestERC20", from: deployer, log: true, waitConfirmations: 1,