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
Nft stuck in safepal wallet. Help me get NFT out of there if I change the private key.

Hi guys. They sent me NFT to the TON address: EQDCgYOsp7papvk4O2_R1qcrtItnRzeZz-knOb4q7xsI_0so

It turns out that this wallet does not have the functionality to withdraw my NFT to another wallet.

But my address created in the safepal wallet, and you cannot import a mnemonic phrase there, and there is only a secret key.
Is there any way to withdraw my NFT from the Safepal wallet. or is he already lost forever

  
  
Posted 6 months ago
Edited 6 months ago
pic
Deleted user
Votes Newest

Answers 4


Hi, basically you can still can transfer the NFT out, go to https://getgems.io to log in your wallet then execute the Transfer method.

  
  
Posted 6 months ago

I have the private key of the wallet, how can I transfer nfts from safepal to another wallet? (The mnemonic phrase I have is 12 words and I can't import it into wallets like tonkeeper)

  
  
Posted 3 months ago

Here's how I "rescued" my TON NFT from SafePal. (in browser, but not app)

  1. Go to getgems.io using a chrome-based browser.
  2. Open "Network Inspector" in "Developer Tools"
  3. Click the "Connect" or "Connect Wallet" button at the top of getgems.io
  4. In the "Network Inspector" find the file "tc-wallets.json"
  5. Right-click the file and "Override content" (then select location for override files if you haven't before).
  6. At the end of the override file, insert the following (from the add Safepal pull request):
  },
  {
    "app_name": "safepalwallet",
    "name": "SafePal",
    "image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png",
    "about_url": "https://www.safepal.com/download",
    "bridge": [
      {
        "type": "js",
        "key": "safepalwallet"
      }
    ],
    "platforms": ["ios", "android", "chrome", "firefox"]
  }
  1. Save the override and refresh getgems.io
  2. Now you can connect with SafePal, find your NFT(s) on your profile page, and transfer the to a proper TON wallet.
  3. (optional) Help get the Pull Request approved
  4. (optional) Send some "Thanks!" Toncoin to UQAUpsWsNWZkxE1nwPS9xS6xhGLWPwxoeFqJEtUTPLEHxBkY
  
  
Posted 2 months ago

Hi friend you are not alone with this problem, either wait for safepal to hold tone connect or never.

PR safepal add TON Connect
https://github.com/ton-blockchain/wallets-list/pull/35

Here's the thing:

  1. If your safepal is not physical, you can pull the private key and do a transfer method.
  2. If you use s1 or another physical wallet, you can't pull the private key there.
  
  
Posted 3 months ago
  
  

I have the private key of the wallet, how can I transfer nfts to another wallet? (The mnemonic phrase I have is 12 words and I can't import it into wallets like tonkeeper)

jack8888   3 months ago Report
6K Views
4 Answers
6 months ago
2 months ago
Tags