Skip to content

Commit

Permalink
Merge branch 'main' into update/sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Jul 16, 2024
2 parents 62af44a + 3335cef commit 9ccb25e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/libs/wagmi/connectors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import carbonLogo from 'assets/logos/carbon.svg';
import tailwindWalletLogo from 'assets/logos/tailwindWallet.svg';
import compassWalletLogo from 'assets/logos/compassWallet.svg';
import seifWalletLogo from 'assets/logos/seifWallet.svg';
Expand Down Expand Up @@ -88,13 +87,11 @@ const getDefaultConnector = (connectorType: SelectableConnectionName) => {
dappMetadata: {
name: config.appName,
url: config.appUrl,
iconUrl: carbonLogo,
},
});
case 'Coinbase Wallet':
return coinbaseWallet({
appName: config.appName,
appLogoUrl: carbonLogo,
});
case 'WalletConnect':
return walletConnect({
Expand Down

0 comments on commit 9ccb25e

Please sign in to comment.