-
Notifications
You must be signed in to change notification settings - Fork 54
Enable Coinbase Wallet (wallet-link) #2353
Enable Coinbase Wallet (wallet-link) #2353
Conversation
|
bd7ef93
to
9a1e407
Compare
Hey @henrypalacios , great PR!
|
That's is not an issue because coinbase wallet uses another "wallet connect like" standard called
Same here, but out of the scope of this PR.
This worked fine for me.
I think that depends on the wallet to tell the UI. The same thing happens with Nifty. It behaves as connected even though without being unlocked.
I did not experience that.
I also think this is wallet's fault. If it doesn't tells us it's gone we can't tell until an action is triggered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with the mobile app and browser extension, working great
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alfetopito , thanks for clarification.
@henrypalacios , approved!
* Fix letter case consistency Fixed lower case to upper case to be consistent with: src/pages/AddLiquidityV2/index.tsx src/pages/RemoveLiquidity/index.tsx src/pages/Swap/index.tsx src/state/burn/hooks.ts src/state/burn/v3/hooks.ts src/state/mint/hooks.ts src/state/mint/v3/hooks.ts src/state/stake/hooks.ts src/state/swap/hooks.ts * style: Fix case to be consistent
* testing * Enable Coinbase Wallet (wallet-link) (#2353) * enable walletlink and upgrade package * Limiting the supported networks for CoinbaseWallet * Adding setDefaultInjected provider * Enable Formatic wallet (#2388) * Activate formatic wallet * Adding reconnect Uninjected Provider * Adding connecting web3Status after refresh * Upgrade fortmatic to v2.2.1 * Mute unnecessary Overlay useEffect * Adding new API 🔑 * Adding custom src/custom/connectors/Fortmaitc.ts * merger conflict resolution * set api key according to environment (#2422) * Change clickable, fortmatic supportedChains, enum DefaultInjected * Change CW deeplink * Testing walletLink on mobile
* testing * Enable Coinbase Wallet (wallet-link) (#2353) * enable walletlink and upgrade package * Limiting the supported networks for CoinbaseWallet * Adding setDefaultInjected provider * Enable Formatic wallet (#2388) * Activate formatic wallet * Adding reconnect Uninjected Provider * Adding connecting web3Status after refresh * Upgrade fortmatic to v2.2.1 * Mute unnecessary Overlay useEffect * Adding new API 🔑 * Adding custom src/custom/connectors/Fortmaitc.ts * merger conflict resolution * set api key according to environment (#2422) * Change clickable, fortmatic supportedChains, enum DefaultInjected * Change CW deeplink * Testing walletLink on mobile (cherry picked from commit e88eb5e)
Summary
Closes #432

Enable the ability to connect via
Coinbase wallet
through browser extension and mobile appTo Test
Coinbase Wallet
option.Background
This PR is part of the activation of previously supported wallets #2165