You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() or findLikelyTokensFromBlock() function form "near-contract-helper/src/middleware/indexer.js"
The text was updated successfully, but these errors were encountered:
tayadeamit
changed the title
findLikelyTokens didn't return all users tokens.
findLikelyTokens didn't return all the tokens for user.
Sep 21, 2022
tayadeamit
changed the title
findLikelyTokens didn't return all the tokens for user.
findLikelyTokens didn't return all tokens for user.
Sep 21, 2022
Description:
const findLikelyTokens = async (ctx) =>
should return all the tokens user have. But it is not working properly in testnet.Also
findLikelyTokensFromBlock()
with paramfromBlockTimestamp = 0
is having same issue.Steps to reproduce
On Testnet:
https://explorer.testnet.near.org/transactions/57Vq1nB44utEDyX5XgpN1xoRhWPe48sX4WkgZWKp59zd
https://testnet-api.kitwallet.app/account/testdojo1047.testnet/likelyTokensFromBlock?fromBlockTimestamp=1663564949007578400
findLikelyTokens()
orfindLikelyTokensFromBlock()
function form "near-contract-helper/src/middleware/indexer.js"The text was updated successfully, but these errors were encountered: