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], 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.