* Update readme to contain instructions for creating file
* Add method for sending transaction to chain
* Rename approve transaction component to approve transfer
* Create component for approving transactions
* Display transaction message in Approve transaction component
* Install registry-sdk
* Display gas limit on receiving transaction request
* Add functionality for sending transaction to chain
* Add memo in simulate gas method
* Remove unnecessary TODO
* Display error in dialog box
* Add support for onboarding transaction
* Pass address of signer in wallet connect request from app
* Take gas limit and fees from user
* Update text input ui
* Use gasPrice from networks data
* Use default gas limit from env
* Use default gas price if not found in registry
* Remove appended denom in gas price
* Use gas limit from env
* Show error dialog when transaction fails
* Calculate gas limit and gas price if not received from dapp
* Update example env
* Improve syntax
---------
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
* 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
* Add support to configure cosmos networks
* Fix intents functionality for configured networks
* Add address prefix while initializing stargate client
* Remove unnecessary functions
* Update style for add network page
* Handle review changes
* Fix eth accounts not showing up on configured eth chain
* 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>