From ad7808325a1509c87a3d7f0ed19a8e12feda6886 Mon Sep 17 00:00:00 2001 From: nicosampler Date: Tue, 22 Oct 2024 12:05:37 -0300 Subject: [PATCH] fix(website): CAN-602 Remove deployTxHash in build step --- .../features/Deploy/QueueFromGitOpsPage.tsx | 18 +++++--- packages/website/src/hooks/cannon.ts | 45 ++++++++++++++----- 2 files changed, 48 insertions(+), 15 deletions(-) diff --git a/packages/website/src/features/Deploy/QueueFromGitOpsPage.tsx b/packages/website/src/features/Deploy/QueueFromGitOpsPage.tsx index ec8a06927..52ce8c23d 100644 --- a/packages/website/src/features/Deploy/QueueFromGitOpsPage.tsx +++ b/packages/website/src/features/Deploy/QueueFromGitOpsPage.tsx @@ -930,10 +930,18 @@ export default function QueueFromGitOps() { > {deployer.queuedTransactions.length === 0 ? ( - - Some transactions should be executed outside the safe - before staging. You can execute these now in your browser. - By clicking the button below. + + The following steps should be executed outside the safe + before staging. + {buildState.result?.deployerSteps.map((s) => ( + + - {s.name} + + ))} + + You can execute these now in your browser. By clicking + the button below. +