From 281c6bd657b970c113bb0d9bcf6fad9b848a5877 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Tue, 12 Nov 2024 17:05:08 +0530 Subject: [PATCH] Update wallet embed route --- src/App.tsx | 2 +- src/types.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b369186..1eb7db6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -315,7 +315,7 @@ const App = (): React.JSX.Element => { }} /> <>, diff --git a/src/types.ts b/src/types.ts index a6499ac..3ab9c02 100644 --- a/src/types.ts +++ b/src/types.ts @@ -36,7 +36,7 @@ export type StackParamsList = { requestEvent: Web3WalletTypes.SessionRequest; requestSessionData: SessionTypes.Struct; }; - WalletEmbed: undefined; + "wallet-embed": undefined; }; export type Account = {