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]
|
||||
{:border-color color :border-width 1 :border-radius 32})
|
||||
|
||||
(def ethereum {:name "Ethereum"
|
||||
(def ethereum {:name "Ether"
|
||||
:symbol :ETH
|
||||
:decimals 18
|
||||
:icon {:source (js/require "./resources/images/assets/ethereum.png")
|
||||
|
|
Loading…
Reference in New Issue