Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Dec 13, 2023
1 parent 51b758b commit f1da839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/status_im2/contexts/wallet/send/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

(rf/reg-event-fx :wallet/select-send-address
(fn [{:keys [db]} [{:keys [address stack-id]}]]
(println "dsadadasd" address stack-id)
{:db (assoc-in db [:wallet :ui :send :to-address] address)
:fx [[:navigate-to-within-stack [:wallet-select-asset stack-id]]]}))

Expand All @@ -53,7 +52,7 @@
token-id (:symbol token)
network-preferences [constants/mainnet-chain-id] ; TODO: don't hardcode network
; preferences
gas-rates constants/gas-rate-low
gas-rates constants/gas-rate-medium
amount-in (money/amount-in-hex amount token-decimal)
from-address wallet-address
disabled-from-chain-ids []
Expand Down

0 comments on commit f1da839

Please sign in to comment.