Skip to content

findLikelyTokens didn't return all tokens for user. #646

@tayadeamit

Description

@tayadeamit

Description:
const findLikelyTokens = async (ctx) => should return all the tokens user have. But it is not working properly in testnet.
Also findLikelyTokensFromBlock() with param fromBlockTimestamp = 0 is having same issue.

Steps to reproduce

On Testnet:

  1. Send some FT coins to another wallet address
    https://explorer.testnet.near.org/transactions/57Vq1nB44utEDyX5XgpN1xoRhWPe48sX4WkgZWKp59zd
  2. Coin does not show up in receiver's wallet
    image
  3. It's also not shown up in Kitwallet api.
    https://testnet-api.kitwallet.app/account/testdojo1047.testnet/likelyTokensFromBlock?fromBlockTimestamp=1663564949007578400
  4. It is also not present by using findLikelyTokens() or findLikelyTokensFromBlock() function form "near-contract-helper/src/middleware/indexer.js"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions