rename kUDOS key to KDO, and fixed tokens list item alignment

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2018-10-16 15:46:47 +02:00
parent 23503dc996
commit 62db799d60
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
11 changed files with 6 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -88,7 +88,7 @@
(defn default-account-settings []
{:wallet {:visible-tokens {:testnet #{:STT :HND}
:mainnet #{:SNT}
:rinkeby #{:MOKSHA :KUDOS}}}})
:rinkeby #{:MOKSHA :KDO}}}})
(def currencies
{:aed {:id :aed :code "AED" :display-name (i18n/label :t/currency-display-name-aed) :symbol "د.إ"}

View File

@ -22,8 +22,7 @@
:color colors/black})
(def primary-text
(merge primary-text-base
{:padding-top 12}))
primary-text-base)
(def primary-text-only
(merge primary-text-base

View File

@ -8,7 +8,7 @@
[status-im.constants :as constants]
[status-im.utils.ethereum.core :as ethereum]))
(def kudos :KUDOS)
(def kudos :KDO)
(defmethod collectibles/load-collectible-fx kudos [{db :db} symbol id]
(let [chain-id (get-in constants/default-networks [(:network db) :config :NetworkId])]

View File

@ -8,7 +8,7 @@
[re-frame.core :as re-frame]
[status-im.i18n :as i18n]))
(defmethod collectibles/render-collectible :KUDOS [_ {:keys [external_url description name image]}]
(defmethod collectibles/render-collectible :KDO [_ {:keys [external_url description name image]}]
[react/view {:style styles/details}
[react/view {:style styles/details-text}
[svgimage/svgimage {:style styles/details-image

View File

@ -423,7 +423,7 @@
:nft? true
:name "SuperRare"
:address "0x41a322b28d0ff354040e2cbc676f0320d8c8850d"}
{:symbol :KUDOS
{:symbol :KDO
:nft? true
:name "KudosToken"
:address "0x56c72cda0b04fc39a25d0b6a64fa258fad46d664"}])
@ -461,7 +461,7 @@
:symbol :MOKSHA
:decimals 18
:address "0x6ba7dc8dd10880ab83041e60c4ede52bb607864b"}
{:symbol :KUDOS
{:symbol :KDO
:nft? true
:name "KudosToken"
:address "0x93bB0AFbd0627Bbd3a6C72Bc318341D3A22e254a"}])