Skip to content

Commit f13df60

Browse files
Update wallet URL in React quickstart guide (#216)
* Update wallet URL in React quickstart guide * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 216/merge --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e5847ac commit f13df60

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

es/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config: SequenceConnectConfig = createConfig({
4141
signIn: {
4242
projectName: 'Sequence Web SDK Demo',
4343
},
44-
walletUrl: 'https://v3.sequence.app',
44+
walletUrl: 'https://acme-wallet.ecosystem-demo.xyz/',
4545
dappOrigin: window.location.origin,
4646
appName: 'Sequence Web SDK Demo',
4747
chainIds: [42161],

ja/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config: SequenceConnectConfig = createConfig({
4141
signIn: {
4242
projectName: 'Sequence Web SDK Demo',
4343
},
44-
walletUrl: 'https://v3.sequence.app',
44+
walletUrl: 'https://acme-wallet.ecosystem-demo.xyz/',
4545
dappOrigin: window.location.origin,
4646
appName: 'Sequence Web SDK Demo',
4747
chainIds: [42161],

solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const config: SequenceConnectConfig = createConfig({
4444
signIn: {
4545
projectName: 'Sequence Web SDK Demo',
4646
},
47-
walletUrl: 'https://v3.sequence.app',
47+
walletUrl: 'https://acme-wallet.ecosystem-demo.xyz/',
4848
dappOrigin: window.location.origin,
4949
appName: 'Sequence Web SDK Demo',
5050
chainIds: [42161],
@@ -111,4 +111,4 @@ const Homepage = () => {
111111
};
112112
```
113113

114-
Sequence wallet is now live in your app. You can immediately use wagmi hooks like `useConnect()` to allow users to sign in with their socials or email and interact with the blockchain.
114+
Sequence wallet is now live in your app. You can immediately use wagmi hooks like `useConnect()` to allow users to sign in with their socials or email and interact with the blockchain.

0 commit comments

Comments
 (0)