From 9d2e710632366f75e35132314c86533471c29692 Mon Sep 17 00:00:00 2001 From: nabarun Date: Tue, 12 Nov 2024 12:28:44 +0000 Subject: [PATCH] Change URL path to `/wallet-embed` (#19) Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: Adw8 Reviewed-on: https://git.vdb.to/cerc-io/laconic-wallet-web/pulls/19 --- 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 = {