From 3b6b987db46661d87b52616dae593c3404562a91 Mon Sep 17 00:00:00 2001 From: Hanwen Cheng Date: Sun, 4 Feb 2018 21:52:14 +0100 Subject: [PATCH] Fix #3145 Update Ethereum to Ether asset name Signed-off-by: Eric Dvorsak --- src/status_im/utils/ethereum/tokens.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/utils/ethereum/tokens.cljs b/src/status_im/utils/ethereum/tokens.cljs index 04fc7d8080..63044b578b 100644 --- a/src/status_im/utils/ethereum/tokens.cljs +++ b/src/status_im/utils/ethereum/tokens.cljs @@ -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")