From 61c11d151bcc69d59a4acf5b112b8e407e0c8af8 Mon Sep 17 00:00:00 2001 From: Santiago Pittella Date: Fri, 15 Dec 2023 15:47:14 -0300 Subject: [PATCH 1/2] re-add weth step in zk init --- infrastructure/zk/src/init.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/infrastructure/zk/src/init.ts b/infrastructure/zk/src/init.ts index 7fbcd81cc430..d168cf57ca16 100644 --- a/infrastructure/zk/src/init.ts +++ b/infrastructure/zk/src/init.ts @@ -72,15 +72,15 @@ export async function init(initArgs: InitArgs = DEFAULT_ARGS) { ); if (deployerL2ContractInput.includeL2WETH) { - // await announced('Initializing L2 WETH token', contract.initializeWethToken(governorPrivateKeyArgs)); + await announced('Initializing L2 WETH token', contract.initializeWethToken(governorPrivateKeyArgs)); } - // await announced( - // 'Initializing governance', - // contract.initializeGovernance([ - // ...governorPrivateKeyArgs, - // !deployerL2ContractInput.includeL2WETH ? ['--skip-weth-bridge'] : [] - // ]) - // ); + await announced( + 'Initializing governance', + contract.initializeGovernance([ + ...governorPrivateKeyArgs, + !deployerL2ContractInput.includeL2WETH ? ['--skip-weth-bridge'] : [] + ]) + ); } // A smaller version of `init` that "resets" the localhost environment, for which `init` was already called before. From fd52c3c28948decb506203e65adaecddd8950dd4 Mon Sep 17 00:00:00 2001 From: Santiago Pittella Date: Fri, 15 Dec 2023 15:51:14 -0300 Subject: [PATCH 2/2] add correct commit hash in contracts submodule --- contracts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts b/contracts index 42345b943480..52a1fb8cd8c2 160000 --- a/contracts +++ b/contracts @@ -1 +1 @@ -Subproject commit 42345b9434809c14017777a5705d63625d4fdd6f +Subproject commit 52a1fb8cd8c24997550829607b809a0424257ba7