alpha-wallet-android icon indicating copy to clipboard operation
alpha-wallet-android copied to clipboard

How to add new tokens logo, price data on Alpha Wallet

Open emmanbol opened this issue 1 year ago • 2 comments

Hello community,

I have been trying to add new tokens to app inside the source code so it can show logo, price data, but I seem to be stucked.

Pls, point me in the right direction.

Thanks.

emmanbol avatar May 02 '23 07:05 emmanbol

Hi @emmanbol I see you already found and submitted a PR to add your graphics to the iconassets repo.

Would you be able to modify the graphic slightly so users can easily see it's not actually USDT. It would be very unfortunate if a user thought they were getting USDT but in fact got a test token instead!

JamesSmartCell avatar May 04 '23 00:05 JamesSmartCell

Price data is sourced from Coingecko and Dexguru. If your token has value and is traded on an exchange; you can get it added in coingecko and the price will show up in the wallet automatically. If it's not listed on either of these exchanges (and we only use the Dexguru 'Trusted' list) then no ticker data will show up.

You can check out the code in class TickerService

JamesSmartCell avatar May 04 '23 00:05 JamesSmartCell