Skip to content

Commit ba27169

Browse files
committed
Fix more wallet links
1 parent 8f7cdb3 commit ba27169

3 files changed

Lines changed: 17 additions & 12 deletions

File tree

sdk/web/wallet-sdk/ecosystem/getting-started.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const config: any = createConfig({
6464
});
6565
```
6666

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).
6868

6969
The `dappOrigin` is the origin of your dapp, used to verify where the user is coming from.
7070

@@ -84,7 +84,7 @@ export const AAVE_V3_POOL_ADDRESS_ARBITRUM = '0x794a61358D6845594F94dc1DB02A252b
8484

8585
export const config: any = createConfig({
8686
projectAccessKey: "AQAAAAAAAABtDHG1It7lxRF_9bbxw4diip8",
87-
walletUrl: 'https://next-acme-wallet.sequence-dev.app',
87+
walletUrl: 'https://acme-wallet.sequence.app',
8888
// Optional
8989
dappOrigin: window.location.origin,
9090
signIn: {
@@ -242,7 +242,7 @@ export const config: any = createConfig({
242242
signIn: {
243243
projectName: 'Sequence Web SDK Demo',
244244
},
245-
walletUrl: 'https://next-acme-wallet.sequence-dev.app',
245+
walletUrl: 'https://acme-wallet.sequence.app',
246246
dappOrigin: window.location.origin,
247247
appName: 'Sequence Web SDK Demo',
248248
chainIds: [42161],
@@ -254,7 +254,7 @@ export const config: any = createConfig({
254254
});
255255
```
256256

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).
258258

259259
The `dappOrigin` is the origin of your dapp, used to verify where the user is coming from.
260260

@@ -277,7 +277,7 @@ export const config: any = createConfig({
277277
signIn: {
278278
projectName: 'Sequence Web SDK Demo',
279279
},
280-
walletUrl: 'https://next-acme-wallet.sequence-dev.app',
280+
walletUrl: 'https://acme-wallet.sequence.app',
281281
dappOrigin: window.location.origin,
282282
appName: 'Sequence Web SDK Demo',
283283
chainIds: [42161],

sdk/web/wallet-sdk/ecosystem/overview.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,31 @@ sidebarTitle: Overview
55
---
66

77
## 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.
910
It combines social auth, passkeys, account recovery, wallet linking, sessions and permissions management to deliver a complete Web2 like experience for your users.
1011
With a small bundle size, it's the fastest way to add a complete, non-custodial ecosystem smart wallet experience to your DApp.
1112

12-
### Key features:
13+
### Key features
1314

1415
- Social auth (Email, Google, Apple)
1516
- Passkeys
1617
- Account Recovery
1718
- Wallet Linking
18-
- Smart sessions management
19+
- Smart sessions management
1920
- Customizable theming
2021
- Built in UI components
2122

2223
# Demos
24+
2325
Check out our live demos:
2426

2527
<Columns cols={2}>
26-
<Card title="Ecosystem Wallet" icon="play" href="https://next-acme-wallet.sequence-dev.app">
28+
<Card title="Ecosystem Wallet" icon="play" href="https://acme-wallet.sequence.app">
2729
See a demo of an Ecosystem Wallet.
2830
</Card>
2931
<Card title="Ecosystem Wallet in a Game" icon="play" href="https://mining-quest-v3.pages.dev">
3032
See a demo of how an Ecosystem Wallet is used in a game.
3133
</Card>
32-
</Columns>
34+
</Columns>
35+

solutions/wallets/ecosystems/overview.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ sidebarTitle: Overview
3838
---
3939

4040
## Demo
41-
<Card title="Discover Apps" icon="play" href="https://next-acme-wallet.sequence-dev.app/wallet/discover">
41+
42+
<Card title="Discover Apps" icon="play" href="https://acme-wallet.sequence.app/wallet/discover">
4243
Discover Apps on the Sequence Ecosystem Wallet.
4344
</Card>
4445

4546
## Next steps
4647

4748
- Evaluate [Hosted Wallet](/solutions/wallets/ecosystems/hosted-wallet) vs [Custom Wallet](/solutions/wallets/ecosystems/custom-wallet).
4849
- Share with your developers: [For Developers](/solutions/wallets/developers/overview).
49-
- Get in touch with us to get started: [Contact Us](https://sequence.xyz/contact).
50+
- Get in touch with us to get started: [Contact Us](https://sequence.xyz/contact).
51+

0 commit comments

Comments
 (0)