Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem authored and VolodLytvynenko committed Nov 30, 2023
1 parent cb0c52c commit 9afc74e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/status_im2/constants.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,9 @@
;; wallet
(def ^:const mainnet-chain-id 1)
(def ^:const optimism-chain-id 10)
(def ^:const optimism-test-chain-id 420)
(def ^:const arbitrum-chain-id 42161)
(def ^:const arbitrum-test-chain-id 421613)
(def ^:const goerli-chain-id 5)

(def ^:const mainnet-short-name "eth")
Expand Down
1 change: 0 additions & 1 deletion src/status_im2/contexts/wallet/common/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
(map #(calculate-raw-balance (:raw-balance %) decimals))
(reduce +)))


(defn- token-value-in-chain
[{:keys [balances-per-chain decimals]} chain-id]
(let [balance-in-chain (get balances-per-chain chain-id)]
Expand Down

0 comments on commit 9afc74e

Please sign in to comment.