* Store new network data
* Store default networks in keystore (#86)
* Add default nws in keystore
* Fix duplicate networks
* Display correct currency symbols for eth and cosmos tx
* Fix currency display
* Use wei for eth
* Replace QR icon with WC logo
* Change screen title
* Change title
* Display session topic in list item
* Move useEffect to WalletConnectContext
* Disconnect sessions on resetting wallet
* Update dapp session on adding account
* Update sessions inside useEffect
* Clean up code
* Remove question mark
* Handle all dapps getting updated
* Remove index from map
* Move hook to different folder
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Replace QR icon with WC logo
* Change screen title
* Display active sessions
* Change title
* Display sessions on WalletConnect page
* Display session topic in list item
* Fix types
* Add line
* Change message
* Move useEffect to WalletConnectContext
* Disconnect sessions on resetting wallet
* Review changes
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add qr-code scanner button in homescreen header
* Display dapp details on sign request page
* Center details coming from dapp
* Remove request event state from request context
* Add the creatHDWallet function
* Make review changes
* Add signMessage and signEthMessage functions
* Add signCosmosMessage function
* Add resetWallet function
* Add resetWallet function
* Integrate functions with UI
* Add Alerts to react component
* Make review changes
* Add comment in utils file
* Remove lowerCase conversion in signCosmosmessage function
---------
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>