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") }