Skip to content

Commit c98e226

Browse files
authored
Update index.ts
1 parent bfad371 commit c98e226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connection/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const [web3CoinbaseWallet, web3CoinbaseWalletHooks] = initializeConnector<Coinba
137137
actions,
138138
options: {
139139
url: RPC_URLS[SupportedChainId.MAINNET][0],
140-
appName: 'ONE',
140+
appName: 'DeFi One',
141141
appLogoUrl: UNISWAP_LOGO,
142142
reloadOnDisconnect: false,
143143
},
@@ -155,7 +155,7 @@ const coinbaseWalletConnection: Connection = {
155155
// If on a mobile browser that isn't the coinbase wallet browser, deeplink to the coinbase wallet app
156156
overrideActivate: () => {
157157
if (isMobile && !getIsInjectedMobileBrowser()) {
158-
window.open('https://go.cb-w.com/mtUDhEZPy1', 'cbwallet')
158+
window.open('https://go.cb-w.com', 'cbwallet')
159159
return true
160160
}
161161
return false

0 commit comments

Comments
 (0)