From dce58fe72576994e8957f800d3c5a5908e614eac Mon Sep 17 00:00:00 2001 From: Emiliano Bonassi Date: Thu, 25 Apr 2024 15:28:22 +0200 Subject: [PATCH] chore: cp tx.json to data/tx.json --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8346dad..691747f 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ install: clean tx: npx create-safe-tx + mv tx.json data/tx.json hash: forge script script/HashData.s.sol