Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down Expand Up @@ -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.
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.