Skip to content

Commit fca7006

Browse files
feat: add progress to pushwalletcontext
1 parent 114900c commit fca7006

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ui-kit/src/lib/context/WalletContext.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ export type WalletContextType = {
6666
themeOverrides: ThemeOverrides;
6767

6868
toggleButtonRef: React.RefObject<HTMLButtonElement>;
69+
70+
progress: ProgressEvent | null;
6971
setProgress: React.Dispatch<React.SetStateAction<ProgressEvent | null>>;
7072

7173
isReadOnly: boolean;
@@ -650,6 +652,7 @@ export const WalletContextProvider: FC<PushWalletProviderProps> = ({
650652
handleSignAndSendTransaction,
651653
handleSignTypedData,
652654
toggleButtonRef,
655+
progress,
653656
setProgress,
654657
isReadOnly,
655658
setIsReadOnly,

0 commit comments

Comments
 (0)