You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/web/wallet-sdk/ecosystem/getting-started.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ export const config: any = createConfig({
64
64
});
65
65
```
66
66
67
-
The `walletUrl` is the URL of the Ecosystem Wallet your dApp will use, for our demo, we are using the [Acme Ecosystem Wallet](https://next-acme-wallet.sequence-dev.app).
67
+
The `walletUrl` is the URL of the Ecosystem Wallet your dApp will use, for our demo, we are using the [Acme Ecosystem Wallet](https://acme-wallet.sequence.app).
68
68
69
69
The `dappOrigin` is the origin of your dapp, used to verify where the user is coming from.
@@ -254,7 +254,7 @@ export const config: any = createConfig({
254
254
});
255
255
```
256
256
257
-
The `walletUrl` is the URL of the Ecosystem Wallet you dApp will use, for our demo, we are using the [Acme Ecosystem Wallet](https://next-acme-wallet.sequence-dev.app).
257
+
The `walletUrl` is the URL of the Ecosystem Wallet you dApp will use, for our demo, we are using the [Acme Ecosystem Wallet](https://acme-wallet.sequence.app).
258
258
259
259
The `dappOrigin` is the origin of your dapp, used to verify where the user is coming from.
260
260
@@ -277,7 +277,7 @@ export const config: any = createConfig({
Copy file name to clipboardExpand all lines: sdk/web/wallet-sdk/ecosystem/overview.mdx
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,28 +5,31 @@ sidebarTitle: Overview
5
5
---
6
6
7
7
## Overview
8
-
[@0xsequence/connect v6](https://www.npmjs.com/package/@0xsequence/connect/v/6.0.0) is the React Hooks SDK for the Ecosystem Wallet.
8
+
9
+
[@0xsequence/connect v6](https://www.npmjs.com/package/@0xsequence/connect/v/6.0.0) is the React Hooks SDK for the Ecosystem Wallet.
9
10
It combines social auth, passkeys, account recovery, wallet linking, sessions and permissions management to deliver a complete Web2 like experience for your users.
10
11
With a small bundle size, it's the fastest way to add a complete, non-custodial ecosystem smart wallet experience to your DApp.
0 commit comments