* Add edit network form
* Set selected network when networks are updated
* Disable buttons and add spinner after submitting
* Display previous values in Edit network form
* Use error msgs form constants file
* Reset default networks on reset
* Send networks data to dapp
* Reflect switching tabs in dapp dropdown
* Fix current network name not showing in Dapp
* Modify variable names
* Modify method and variable names
* Modify networks type
* Use selectedNetwork state and networkId
* Fix networks context states
* Add separate file for network methods
* Update keystore data structure (#83)
* Update create wallet and retrieve accounts functionality for updated data structure
* Refactor accounts state
* Use constant variable for cosmos
* Update add accounts incrementally and with custom HD path for updated data structure (#85)
* Change data structure
* Reset wallet change
* Fix signEthMessage
* Fix sign request
* Fix pairing with laconic pay dApp and sending tokens
* Add accounts to configured networks
* Update add account from hd path flow
* Handle review changes
---------
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
* Remove network type state
* Refactor create wallet code (#89)
* Refactor create wallet code
* Create cosmos accounts with correct address prefix
* Use networks data from state while creating wallet
* Refactor code and add network id in types (#91)
* Refactor add new networks component
* Add selected network state in context
* Remove returning account from create wallet
---------
Co-authored-by: IshaVenikar <145848618+IshaVenikar@users.noreply.github.com>
* Sign in using selected address
* Use optional namespace
* Merge namespaces and use combined namespace
* Add todo for lodash merge
* Use walletConnect util buildApprovedNamespaces while approving sessions
* Lint fixes
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
* Display funds on signRequest page
* Format balance value
* Display upto 18 digits
* Use useMemo for provider
* Display balance in wei
* Make UI changes
* Make review changes
* Add page to approve eth transactions
* Update approve transaction page ui
* Update balance unit display
---------
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>