Update wallet embed route

This commit is contained in:
Adw8 2024-11-12 17:05:08 +05:30
parent a970e11014
commit 281c6bd657
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ const App = (): React.JSX.Element => {
}} }}
/> />
<Stack.Screen <Stack.Screen
name="WalletEmbed" name="wallet-embed"
component={WalletEmbed} component={WalletEmbed}
options={{ options={{
header: () => <></>, header: () => <></>,

View File

@ -36,7 +36,7 @@ export type StackParamsList = {
requestEvent: Web3WalletTypes.SessionRequest; requestEvent: Web3WalletTypes.SessionRequest;
requestSessionData: SessionTypes.Struct; requestSessionData: SessionTypes.Struct;
}; };
WalletEmbed: undefined; "wallet-embed": undefined;
}; };
export type Account = { export type Account = {