Skip to content

Commit df35122

Browse files
authored
update baseAccountWallet (#369)
1 parent 26144c5 commit df35122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/base-account/framework-integrations/wagmi/sign-in-with-base.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function SignInWithBase() {
3939

4040
// Find the Base Account connector
4141
const baseAccountConnector = connectors.find(
42-
connector => connector.id === 'baseAccountWallet'
42+
connector => connector.id === 'baseAccount'
4343
)
4444

4545
const handleSignIn = async () => {
@@ -139,7 +139,7 @@ export function SignInButton() {
139139

140140
const handleSignIn = async () => {
141141
const baseAccountConnector = connectors.find(
142-
connector => connector.id === 'baseAccountWallet'
142+
connector => connector.id === 'baseAccount'
143143
)
144144

145145
if (!baseAccountConnector) return

0 commit comments

Comments
 (0)