From cafb1a0046916895f272b0afa070c42e781c6cd5 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 16 Apr 2024 13:44:49 +0100 Subject: [PATCH] fix finalizing requirements --- packages/account-kit/src/useOnboardingSteps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/account-kit/src/useOnboardingSteps.ts b/packages/account-kit/src/useOnboardingSteps.ts index 9f8d0520e0..a07521b71b 100644 --- a/packages/account-kit/src/useOnboardingSteps.ts +++ b/packages/account-kit/src/useOnboardingSteps.ts @@ -23,7 +23,7 @@ export const onboardingSteps = { // TODO: rework this, feels weird to show this as a step on the left finalizing: { label: "Finalizing", - requires: ["accountDelegation"], + requires: ["connectedWallet", "gasAllowance", "gasSpender", "accountDelegation"], satisfies: ["accountDelegationConfirmed"], }, } as const satisfies {