Skip to content

Commit fe14baf

Browse files
committed
Fix more links
1 parent ba27169 commit fe14baf

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { createConfig } from "@0xsequence/connect";
4848

4949
export const config: any = createConfig({
5050
projectAccessKey: "AQAAAAAAAABtDHG1It7lxRF_9bbxw4diip8",
51-
walletUrl: 'https://acme-wallet.sequence.app',
51+
walletUrl: 'https://acme-wallet.ecosystem-demo.xyz',
5252
// Optional
5353
dappOrigin: window.location.origin,
5454
signIn: {
@@ -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://acme-wallet.sequence.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.ecosystem-demo.xyz).
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://acme-wallet.sequence.app',
87+
walletUrl: 'https://acme-wallet.ecosystem-demo.xyz',
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://acme-wallet.sequence.app',
245+
walletUrl: 'https://acme-wallet.ecosystem-demo.xyz',
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://acme-wallet.sequence.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.ecosystem-demo.xyz).
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://acme-wallet.sequence.app',
280+
walletUrl: 'https://acme-wallet.ecosystem-demo.xyz',
281281
dappOrigin: window.location.origin,
282282
appName: 'Sequence Web SDK Demo',
283283
chainIds: [42161],

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ With a small bundle size, it's the fastest way to add a complete, non-custodial
2525
Check out our live demos:
2626

2727
<Columns cols={2}>
28-
<Card title="Ecosystem Wallet" icon="play" href="https://acme-wallet.sequence.app">
28+
<Card title="Ecosystem Wallet" icon="play" href="https://acme-wallet.ecosystem-demo.xyz">
2929
See a demo of an Ecosystem Wallet.
3030
</Card>
3131
<Card title="Ecosystem Wallet in a Game" icon="play" href="https://mining-quest-v3.pages.dev">
3232
See a demo of how an Ecosystem Wallet is used in a game.
3333
</Card>
3434
</Columns>
35-

solutions/wallets/ecosystems/overview.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sidebarTitle: Overview
3939

4040
## Demo
4141

42-
<Card title="Discover Apps" icon="play" href="https://acme-wallet.sequence.app/wallet/discover">
42+
<Card title="Discover Apps" icon="play" href="https://acme-wallet.ecosystem-demo.xyz/wallet/discover">
4343
Discover Apps on the Sequence Ecosystem Wallet.
4444
</Card>
4545

@@ -48,4 +48,3 @@ sidebarTitle: Overview
4848
- Evaluate [Hosted Wallet](/solutions/wallets/ecosystems/hosted-wallet) vs [Custom Wallet](/solutions/wallets/ecosystems/custom-wallet).
4949
- Share with your developers: [For Developers](/solutions/wallets/developers/overview).
5050
- Get in touch with us to get started: [Contact Us](https://sequence.xyz/contact).
51-

0 commit comments

Comments
 (0)