[Blockaid] Search Asset Flow#301
Conversation
fix: updated copy on dapp connection bottom sheet
feat: update stellar-sdk to stable version fix: correct contract id cast
chore: remove logger
chore: switch assets mentions to token
|
Why is SSLX the first result in that first video? |
|
Also something to call out: we're getting search results from stellar.expert which are already sorted by its own criteria. So we should maintain its sort order within each blockaid status. Meaning, for all "safe" tokens, the order should be the same as returned by stellar.expert, and then all "suspicious" tokens should come next in the same order they were returned from stellar.expert, etc. |
|
@JakeUrban thanks for the insight on that, the first thing is that we were reordering the entire list based on: |
|
|
||
| try { | ||
| if (!isMainnet(network)) { | ||
| throw new Error(BLOCKAID_ERROR_MESSAGES.NETWORK_NOT_SUPPORTED); |
There was a problem hiding this comment.
could you confirm it won't block the flow on Testnet?
There was a problem hiding this comment.
just check to make sure, it doesn't block since we have the try catch on the lookup, if the scan fails we just follow up with whatever we got from the stellar expert

Added blockaid scan token to the Add token screen
iOS
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-08-25.at.11.01.08.mp4
Android 🤖
android_token_search.webm
closes #210