widgets
widgets copied to clipboard
Custom token not found
Bug Description When I trying to add the address of a custom token to the select token interface it always says "No result found"
Steps to Reproduce
Install nextjs 13, use the version 2.47.7 of the @uniswap/widgets library (currently the latest) configure your swap widget with no ssr, setup your tokenList, provider and jsonRpcUrlMap.
Expected Behavior To found the token and let the possibility to trade it
Additional Context I tried with and without jsonRpcUrlMap, with custom tokenList or not, etc etc. Nothing work. It's seems like it's not even trying to find the custom token.
See the result:
For the example, I've tried with a token that I've found on the internet (0xC6d54D2f624bc83815b49d9c2203b1330B841cA0)
Here is my code:

were you able to fix the issue? Is uniswap widget compatible with custom tokens? I am also facing the same issue
Hello guys,
I am facing the same issue on sepolia. Trying to list using the interface at https://app.uniswap.org/pool but getting "No results found."
Do you have any idea why ?
@zakaryachami did you got any solution?