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
@@ -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://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).
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://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).
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({
0 commit comments