Skip to content

Commit

Permalink
Refactors v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Apr 26, 2024
1 parent a7410ff commit f2f2b97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
[utils.i18n :as i18n]
[utils.re-frame :as rf]))

(def ^:private adding-addresses-purposes
{:watch {:title :t/add-address-to-watch
:description :t/enter-eth
:input-title :t/eth-or-ens}
:save {:title :t/add-address
:description :t/save-address-description
:input-title :t/address-or-end-name}})

(defn- validate-address
[known-addresses user-input purpose]
(cond
Expand Down
1 change: 0 additions & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2594,6 +2594,5 @@
"scanning-for-activity": "Scanning for activity...",
"send-community-link": "Send community link",
"save-address-description": "Paste, scan or type ETH address or ENS name",
"address-or-end-name": "Address or ENS name",
"address-saved": "Address saved"
}

0 comments on commit f2f2b97

Please sign in to comment.