Skip to content

Commit

Permalink
update component spec with values in sub
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed May 16, 2024
1 parent 4526665 commit 4f0cad8
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"2500")
:has-error false}}
:total-balance 100
:available-balance 100
:market-values-per-currency {:usd {:price 10}}}
:wallet/wallet-send-loading-suggested-routes? false
:wallet/wallet-send-route [{:from {:chainid 1
Expand All @@ -77,7 +78,15 @@
:wallet/wallet-send-sender-network-values nil
:wallet/wallet-send-receiver-network-values nil
:wallet/wallet-send-network-links nil
:wallet/wallet-send-receiver-preferred-networks [1]})
:wallet/wallet-send-receiver-preferred-networks [1]
:wallet/wallet-send-enabled-networks [{:source 879
:short-name "eth"
:network-name :mainnet
:abbreviated-name "Eth."
:chain-id 1
:related-chain-id 1
:layer 1}]
:wallet/wallet-send-enabled-from-chain-ids [1]})

(h/describe "Send > input amount screen"
(h/setup-restorable-re-frame)
Expand Down

0 comments on commit 4f0cad8

Please sign in to comment.