Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Need help with @tonconnect/ui-react

Hello, can somebody please provide me with following information:

  1. Is there any way to limit wallets, that displayed in modal? For example i want only Tonhub, Tonkeeper an Telegram-Wallet be displayed in connect modal
  2. Is there any way to open modal directly to desired wallet? For example i click my Tonkeeper icon and then connect modal appears with Tonkeeper QR already
  3. Is there any way to get user balance?

Thanks! :)

  
  
Posted 9 months ago
Edited 9 months ago
Votes Newest

Answers


  1. Check this out I think here you can either inject the list of wallets which you want for your connection https://ton-connect.github.io/sdk/modules/_tonconnect_sdk.html#fetch-wallets-list
  
  
Posted 8 months ago
11K Views
1 Answer
9 months ago
8 months ago
Tags