You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add WalletConnect v2 core and WalletConnectModal libraries
* add Navigation Component in ConnectWalletActivity because of WalletConnectModal integration
* remove a unnecessary line in ConnectWalletFragment from prev commit
* Create application class and basic Wallet Connect V2 and WalletConnectModal Configurations
* create Chains.kt enum for WC v2 integration and make a default Ethereum_Main chain in it
* add ic_ethereum.xml file as chain icon
* create DappDelegate.kt for receiving asynchronously updates sent from the Wallet
* create WalletConnectV2Account.kt to make xmtp SDK with WC v2
* add connect with WalletConnectModal in ConnectWalletFragment
* remove walletConnectKit library and replace the wallet connect button with outlined material button
* replacing suspendCoroutine with callbackFlow for fixing double resume problem
0 commit comments