forked from cerc-io/laconic-wallet-web
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
9d2e710632 |
@ -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: () => <></>,
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user