This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Commit 5b6787a
Fix: Updated mento-sdk with fix to use cache to getTradablePairForTokens to remove delay on navigation to Confirm Swap state (#202)
### Description
There's a delay after pressing the 'Continue' button, that was because
of missing using the cache on getting tradable pairs by mento-sdk
method. This PR is to update the mento-sdk to a version that contains a
fix.
### Other changes
None
### Tested
1. Navigate to the app
2. Enter a valid amount to any input
3. Click the 'Continue' button
### Related issues
- Fixes #issue number here
### Checklist before requesting a review
- [ ] I have performed a self-review of my own code
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] The PR title follows the
[conventions](https://www.notion.so/Git-Branching-and-Commit-Message-Conventions-18f66f7d06444cfcbac5725ffbc7c04a?pvs=4#9355048863c549ef92fe210a8a1298aa)
- [ ] I have run the [regression
tests](https://www.notion.so/Mento-Web-App-Regression-Tests-37bd43a7da8d4e38b65993320a33d557)
Co-authored-by: Andrew718PLTS <andrew.polovets@mentolabs.xyz>1 parent 283d07b commit 5b6787a
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1892 | 1892 | | |
1893 | 1893 | | |
1894 | 1894 | | |
1895 | | - | |
1896 | | - | |
1897 | | - | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
1898 | 1898 | | |
1899 | 1899 | | |
1900 | 1900 | | |
1901 | 1901 | | |
1902 | 1902 | | |
1903 | | - | |
| 1903 | + | |
1904 | 1904 | | |
1905 | 1905 | | |
1906 | 1906 | | |
| |||
1911 | 1911 | | |
1912 | 1912 | | |
1913 | 1913 | | |
1914 | | - | |
| 1914 | + | |
1915 | 1915 | | |
1916 | 1916 | | |
1917 | 1917 | | |
| |||
0 commit comments