mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
Fix #3145 Update Ethereum to Ether asset name
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
This commit is contained in:
parent
054737017f
commit
3b6b987db4
@ -4,7 +4,7 @@
|
|||||||
(defn- asset-border [color]
|
(defn- asset-border [color]
|
||||||
{:border-color color :border-width 1 :border-radius 32})
|
{:border-color color :border-width 1 :border-radius 32})
|
||||||
|
|
||||||
(def ethereum {:name "Ethereum"
|
(def ethereum {:name "Ether"
|
||||||
:symbol :ETH
|
:symbol :ETH
|
||||||
:decimals 18
|
:decimals 18
|
||||||
:icon {:source (js/require "./resources/images/assets/ethereum.png")
|
:icon {:source (js/require "./resources/images/assets/ethereum.png")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user