-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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:
- Send some FT coins to another wallet address
https://explorer.testnet.near.org/transactions/57Vq1nB44utEDyX5XgpN1xoRhWPe48sX4WkgZWKp59zd - Coin does not show up in receiver's wallet

- It's also not shown up in Kitwallet api.
https://testnet-api.kitwallet.app/account/testdojo1047.testnet/likelyTokensFromBlock?fromBlockTimestamp=1663564949007578400 - It is also not present by using
findLikelyTokens()orfindLikelyTokensFromBlock()function form "near-contract-helper/src/middleware/indexer.js"
Metadata
Metadata
Assignees
Labels
No labels