-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace walletconnet library #832
base: develop
Are you sure you want to change the base?
Conversation
@@ -63,7 +63,7 @@ | |||
}, | |||
"dependencies": { | |||
"@amcharts/amcharts4": "^4.10.13", | |||
"@anxolin/walletconnect-connector": "6.1.9", |
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.
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.
I think you don't need to use my library any more :)
u are welcome to use it, but this was a temporal fix while they would accept my PR
import { WalletLinkConnector } from '@web3-react/walletlink-connector' | ||
|
||
import { NETWORK_URL_MAINNET, PORTIS_ID } from '../constants/config' | ||
import { ChainId, NETWORK_CONFIGS } from './../utils/index' | ||
|
||
const POLLING_INTERVAL = 10000 |
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.
Polling has now been disabled as mentioned here
e7edda6
to
1c16ba3
Compare
|
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.
Super nice. Thanks a lot for this clean up PR
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.
Hi @henrypalacios , great that you have added these changes!
But I would vote not for deploying them now due to I have found several issues:
-
I can't connect to TrustWallet, imToken wallet: I get the connected message in the wallet, but no active connection log in the app settings. Eternal loader is displayed in the GA app
-
WC connection is closed when
- the page reload the app
- then open any auction details page --> the wallet is disconnected inside the connected app, but connection is still active in the GA app
See the video: it is recorded for the Gnosis safe wallet, but the same behavior is applicable to the TockenPocket, DeFi, MM wallet.
Summary
Closes #671
Proposal:
Update dependencias related to
walletconnect
and adjust the code that resolve this conflict.Credit to @nenadV91 who referenced.