Hwee-Boon Yar

Results 505 comments of Hwee-Boon Yar

Make sure Polygon chain is enabled. Then Wallet tab > … button > Add/Hide Tokens > Paste address

We will still use CoinGecko like we do now, but `tokens.json` is our own data source for token groups and mapping: * that we know are the "same" on different...

> @boon, so if i understood right we will have something like this: OK, you picked up the keyword "will have". Correct, we don't have this yet :) ``` {...

So the issue title: > Display price and price history for tokens that are on L2 or wrapped versions based on the original token Basically means to do this: >...

> so if i understood an idea right, we want to find `group` where token is located. The groupd of same token on different chains. and try to figure out...

> because searching for 1 ticker id, will block the rest. I thought fetching from CoinGecko is 3-step no matter how many tokens like this: 1. Get a list of...

> fetching all ticker ids, from coinGecko, (about 13k elements), store it in local db. Does this take exactly 1 CoinGecko call, and not N calls? If so, why is...

Do you mean it's slow because it's trying to match the ticker IDs in memory? Otherwise, write some code, I'm misunderstanding you :)