Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ens send fix #6075

Merged
merged 2 commits into from
Sep 4, 2024
Merged

ens send fix #6075

merged 2 commits into from
Sep 4, 2024

Conversation

benisgold
Copy link
Member

@benisgold benisgold commented Sep 4, 2024

Fixes APP-1844

What changed (plus any additional context for devs)

@ts-expect-error silenced a ts error that network was not defined. replaced network w/ chainId, removed the ts-expect-error, and explicitly passed in the missing props as undefined

also added the following conditions to be met before attempting gas estimation:

  • accountAddress is defined
  • amountDetails.assetAmount is not an empty string (the default value)
  • the selected asset to send is not an empty object ( the default value)

Screen recordings / screenshots

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-09-04.at.12.48.08.mp4

What to test

Copy link

linear bot commented Sep 4, 2024

@benisgold benisgold changed the title fix ens send fix Sep 4, 2024
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌮

@brunobar79
Copy link
Member

Launch in simulator or device for b683529

@benisgold benisgold merged commit 8030ef4 into develop Sep 4, 2024
8 checks passed
@benisgold benisgold deleted the @benisgold/fix-ens-send branch September 4, 2024 18:47
ibrahimtaveras00 pushed a commit that referenced this pull request Sep 4, 2024
* fix

* add gas estimation checks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants