From a3c00eb427bb564b1047931b97ae2365a21d6954 Mon Sep 17 00:00:00 2001 From: Sneh Koul Date: Thu, 21 Nov 2024 09:34:33 -0500 Subject: [PATCH] debug --- scripts/rollupCreation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rollupCreation.ts b/scripts/rollupCreation.ts index 52a6a26c..e634bd39 100644 --- a/scripts/rollupCreation.ts +++ b/scripts/rollupCreation.ts @@ -123,6 +123,7 @@ export async function createRollup( batchPosterManager: config.batchPosterManager, } + console.log({ deployParams }) const createRollupTx = await rollupCreator.createRollup(deployParams, { value: feeCost, })