Skip to content

Commit

Permalink
fix: remove safe from connect wallet list (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogomartf authored and berteotti committed Nov 9, 2023
1 parent 3d10d1a commit f701e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/providers/wagmi-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ const safeConnector = new SafeConnector({
export const config = createConfig({
...defaultConfig,
connectors: defaultConfig.connectors
? [...defaultConfig.connectors, safeConnector]
? [...defaultConfig.connectors]
: [safeConnector],
});

0 comments on commit f701e9d

Please sign in to comment.