From f75f2ae88409b25e882744f706d699c43b516660 Mon Sep 17 00:00:00 2001 From: Tomasz Dysinski Date: Tue, 3 Mar 2026 12:03:41 -0800 Subject: [PATCH 1/2] Update wallet URL in React quickstart guide --- .../wallets/developers/ecosystem-wallet/react_quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx b/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx index b94506e1..d8a60c40 100644 --- a/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx +++ b/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx @@ -44,7 +44,7 @@ const config: SequenceConnectConfig = createConfig({ signIn: { projectName: 'Sequence Web SDK Demo', }, - walletUrl: 'https://v3.sequence.app', + walletUrl: 'https://acme-wallet.ecosystem-demo.xyz/', dappOrigin: window.location.origin, appName: 'Sequence Web SDK Demo', chainIds: [42161], @@ -111,4 +111,4 @@ const Homepage = () => { }; ``` -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. \ No newline at end of file +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. From 062324b0d2c4da1d8224933e0c654d8151724188 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Mar 2026 20:04:29 +0000 Subject: [PATCH 2/2] chore(i18n): update translations [en] Sync file structure, format locales. Branch: 216/merge --- .../wallets/developers/ecosystem-wallet/react_quickstart.mdx | 2 +- .../wallets/developers/ecosystem-wallet/react_quickstart.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/es/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx b/es/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx index 1acab321..c02663b6 100644 --- a/es/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx +++ b/es/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx @@ -41,7 +41,7 @@ const config: SequenceConnectConfig = createConfig({ signIn: { projectName: 'Sequence Web SDK Demo', }, - walletUrl: 'https://v3.sequence.app', + walletUrl: 'https://acme-wallet.ecosystem-demo.xyz/', dappOrigin: window.location.origin, appName: 'Sequence Web SDK Demo', chainIds: [42161], diff --git a/ja/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx b/ja/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx index ff310ae4..ce265dd5 100644 --- a/ja/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx +++ b/ja/solutions/wallets/developers/ecosystem-wallet/react_quickstart.mdx @@ -41,7 +41,7 @@ const config: SequenceConnectConfig = createConfig({ signIn: { projectName: 'Sequence Web SDK Demo', }, - walletUrl: 'https://v3.sequence.app', + walletUrl: 'https://acme-wallet.ecosystem-demo.xyz/', dappOrigin: window.location.origin, appName: 'Sequence Web SDK Demo', chainIds: [42161],