From 570b9b9ac226224bb7322f6404d196e2a3eb052a Mon Sep 17 00:00:00 2001 From: Leonard Paturel Date: Mon, 1 Jul 2024 10:51:56 +0100 Subject: [PATCH] import --- scripts/propose_upgrade.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/propose_upgrade.ts b/scripts/propose_upgrade.ts index bc24f7e..49e64bf 100644 --- a/scripts/propose_upgrade.ts +++ b/scripts/propose_upgrade.ts @@ -1,5 +1,5 @@ import { CallData } from "starknet"; -import { logTransactionJson } from "./jsonTxBuilder"; +import { logTransactionJson } from "./json_tx_builder"; /// To use this script, fill in the following value: /// - factoryAddress: the address of the factory contract