-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add service fees on claim page * add success amount * update usehandleBurnRedeem hook * clean utils * move logic to initClaim.tsx * clean * rename amount to receive * add outputAmount check in succesClaim * refacto getAmountToReceive and edit tests * refactor getAmountToreceive * remove undefined from success claim props * add comments * refactor input and output * add outputAmount to success page * clean bridgeRedeemLayout * fix changeAmount fn * Revert "fix changeAmount fn" This reverts commit 13c2648. * clean changeAmount fn * set inputs undefined * exp => inputAmount to bigint * update ui kit with npm link, PR #459 * fix retrievePercent * fix Amount * fix tests * rename variable * rename var + fix component * fix claim page wwhen failing to parse 1,000 to bigint * remove comment * prevent crashing from parsing a string with , seperator * seperate send from received * refactor getAmountReceived() * refactor getAmountReceived() p2 * clean claim page * rename amount in BridgeRedeemLayout.tsx * compare struct equal and fix test * rename _outputAmount --------- Co-authored-by: Nathan Seva <[email protected]>
- Loading branch information
1 parent
b8e9a13
commit 91f2d81
Showing
36 changed files
with
329 additions
and
270 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.