From cb94f9f6dac8cfc0706c21fc625eb787e8216094 Mon Sep 17 00:00:00 2001 From: Goran Jovic Date: Wed, 3 Oct 2018 12:34:26 +0200 Subject: [PATCH] feature #6065 - lpt token Signed-off-by: Goran Jovic --- resources/images/tokens/mainnet/LPT.png | Bin 0 -> 399 bytes resources/images/tokens/mainnet/LPT@2x.png | Bin 0 -> 614 bytes resources/images/tokens/mainnet/LPT@3x.png | Bin 0 -> 859 bytes src/status_im/utils/ethereum/tokens.cljs | 4 ++++ 4 files changed, 4 insertions(+) create mode 100644 resources/images/tokens/mainnet/LPT.png create mode 100644 resources/images/tokens/mainnet/LPT@2x.png create mode 100644 resources/images/tokens/mainnet/LPT@3x.png diff --git a/resources/images/tokens/mainnet/LPT.png b/resources/images/tokens/mainnet/LPT.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ff8e46b6d1ce6facefbfec0fba1a0c22253a10 GIT binary patch literal 399 zcmV;A0dW3_P)!!YNYyM;4$Ph3}C!V@j3N5`cBHDK2Rj`+)R#%B2@r6NPf z1u!o0>H*JQ!ebr(L571o116E#Qd_J6H6RQVv!lA^Ia+*i@F~O0wyt^MjJ-@Sas_;N z2~C220-OW;Sisc6dhI1VH2fOPfcu}`!QC(PV5gYTfE6uodR;53IQWvljHD3bjHM2O zyab%F0=z~sli?Jmz;OiB8!utq_DgaHoJMAIVBK~}zMAByVnzeDtsE_W15QdX(+A%F t|BrjcK6v9L+;;g6ericHpa$%?z5&N(J7l||`;Pzs002ovPDHLkV1lU{q;miO literal 0 HcmV?d00001 diff --git a/resources/images/tokens/mainnet/LPT@2x.png b/resources/images/tokens/mainnet/LPT@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..980d4959c6603707dae30911476c8d4b42cb6ce7 GIT binary patch literal 614 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G^tAk28_ZrvZCAbW|YuPgf_E@mzPh0SRKnhXq#pFLe1Ln>~)y<_k9*g>N0Lr!@TLNwdWX=7c?+&Ww3|@I574CSsD-aL{43wc$>W{ zFZR5C%G#@}-+j|UTClh~*65s@cH{AL4a?WP=U=1$==z238BFSp&-EJbs?PM`Z`2Vf z(EhNbzR@=7!sOo#*Ke?ehW`mpe|S>p!QOpcYI;l7y0C~`-~d|8B*n=3#xH1X`QP`m3m6!fUU<4VhE&{oduMmvJnLDO@kViuu*gl^47gJpZ)pI#9R$rELAiRWo{GQ#Egi-Fap{zu%~#?m%+qtLdhZ zOsTiOJ2X$LcWggUs*rDY+Oy%n?E_3d81^vt@y3O5(26h`J zJ4uVVb_HxVGPgZTJYaix1NU{#TmKkWrETBSQ!p#M>|xA3?MT`51eg;+E`>QUHKEkH zp#Q_>)VY#BWlJ6yhy3|-{EyOs*SY1H+z~;E%zsjlY~!=VIp&uF-_A}lvMcNSuOpvoeW3R~pG5Otw)d`9 zoA$ESnB4c$W9(0!Gmp37u19`V#`gVDt7jX=SzK%FyL_-vHE#Wk@J)LdYnZQ{%D#xh zxm!0j)++p9TNAqGz~5*7o!7G&_Vj(}opU=kwfKSP#I#NCTyGi6+{jI3Kfrv*zBoAc z`Zx7`-&eZ(>6^`0JtDT@>Yj5VGsGqru5M?)U6+3;^?_Z1w1xMK<(v6u?>OI}{=?zJ zljW7+joDYqS=)+OVh*x5BRPIf13ZABIJ@ W>mMAkDER`+1`M9AelF{r5}E+WyLrX{ literal 0 HcmV?d00001 diff --git a/src/status_im/utils/ethereum/tokens.cljs b/src/status_im/utils/ethereum/tokens.cljs index 6f354d6d4e..6dfe6aa32f 100644 --- a/src/status_im/utils/ethereum/tokens.cljs +++ b/src/status_im/utils/ethereum/tokens.cljs @@ -379,6 +379,10 @@ :name "USD//C" :address "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" :decimals 6} + {:symbol :LPT + :name "Livepeer Token" + :address "0x58b6a8a3302369daec383334672404ee733ab239" + :decimals 18} ;; NOTE(goranjovic) : the following three tokens are removed from the Manage Assets list ;; and automatically removed from user's selection by a migration. However, we still need ;; them listed here in order to correctly display any previous transactions the user had