Skip to content

Commit 60d0c58

Browse files
committed
test: slush web wallet registration
1 parent 8cfacce commit 60d0c58

2 files changed

Lines changed: 494 additions & 707 deletions

File tree

examples/with-next-app-router/app/providers.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ const Providers: FC<any> = ({ children }) => {
1818
<WalletProvider
1919
defaultWallets={[
2020
...AllDefaultWallets,
21-
defineSlushWallet({
22-
appName: "Suiet Kit Playground",
23-
}),
21+
// defineSlushWallet({
22+
// appName: "Suiet Kit Playground",
23+
// }),
2424
]}
2525
>
2626
{children}

0 commit comments

Comments
 (0)