Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rmourey26 authored May 15, 2024
1 parent bfad371 commit c98e226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/connection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const [web3CoinbaseWallet, web3CoinbaseWalletHooks] = initializeConnector<Coinba
actions,
options: {
url: RPC_URLS[SupportedChainId.MAINNET][0],
appName: 'ONE',
appName: 'DeFi One',
appLogoUrl: UNISWAP_LOGO,
reloadOnDisconnect: false,
},
Expand All @@ -155,7 +155,7 @@ const coinbaseWalletConnection: Connection = {
// If on a mobile browser that isn't the coinbase wallet browser, deeplink to the coinbase wallet app
overrideActivate: () => {
if (isMobile && !getIsInjectedMobileBrowser()) {
window.open('https://go.cb-w.com/mtUDhEZPy1', 'cbwallet')
window.open('https://go.cb-w.com', 'cbwallet')
return true
}
return false
Expand Down

0 comments on commit c98e226

Please sign in to comment.