From 475f3b5ee184638a59120dbc085a2e6e049c3de2 Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Tue, 23 Jul 2024 13:53:24 +0800 Subject: [PATCH] WIP --- scripts/local-deployment/deployCreatorAndCreateRollup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/local-deployment/deployCreatorAndCreateRollup.ts b/scripts/local-deployment/deployCreatorAndCreateRollup.ts index aca45617..0566a211 100644 --- a/scripts/local-deployment/deployCreatorAndCreateRollup.ts +++ b/scripts/local-deployment/deployCreatorAndCreateRollup.ts @@ -27,6 +27,7 @@ async function main() { } let espressoLightClientAddr = process.env.LIGHT_CLIENT_ADDR as string + console.log(espressoLightClientAddr) if (!espressoLightClientAddr) { throw new Error("LIGHT_CLIENT_ADDR not set") }