-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui-ux): contact tab bug fixes (#385)
* fix: 1. display boolean value * fix: 2. convert to boolean values when writing to contract * fix: 3. include url query param for view transaction CTA * fix: convert uint256 value to ethers for user input and refactor code * code cleanup * fix: prettier * fix: .toString() error in contracts tab * fix: parse string back to object for array of values * fix: parse output into string when query from read contract * fix format * fix: dont convert values to string * fix: handle display of object in read contract upon query * fix: put parse in try catch * fix format * fix tuple[] output * lint fix --------- Co-authored-by: Harsh <[email protected]>
- Loading branch information
1 parent
16d1f10
commit 5ab7ef9
Showing
2 changed files
with
49 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters