Skip to content

Commit

Permalink
chore: use universal link for coinbase connector
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Jan 15, 2025
1 parent 5844008 commit e861026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapps/W3MWagmi/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const clipboardClient = {
};

const _coinbaseConnector = coinbaseConnector({
redirect: metadata?.redirect?.native || '',
redirect: metadata?.redirect?.universal || '',
});

const _authConnector = authConnector({
Expand Down

0 comments on commit e861026

Please sign in to comment.