Skip to content

Commit b1b6073

Browse files
Define dependency on T-tagged script in MintT script
1 parent 300c5b8 commit b1b6073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/02_mint_t.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
2828
export default func
2929

3030
func.tags = ["MintT"]
31+
func.dependencies = ["T"]

0 commit comments

Comments
 (0)