File tree Expand file tree Collapse file tree 4 files changed +21
-21
lines changed
send/transaction_confirmation Expand file tree Collapse file tree 4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1717
1818(defn view
1919 []
20- (let [state (reagent/atom {:type :status-account
20+ (let [state (reagent/atom {:type :status-account
2121 :networks-to-show {:ethereum {:amount 150 }
22- :optimism {:amount 50 }
23- :arbitrum {:amount 25 }}})
22+ :optimism {:amount 50 }
23+ :arbitrum {:amount 25 }}})
2424 status-account-props {:customization-color :purple
2525 :size 32
2626 :emoji " 🍑"
Original file line number Diff line number Diff line change 348348 :account-to? true
349349 :theme theme}]
350350 [network-summary
351- {:label (i18n/label :t/on )
352- :theme theme}]]]]))
351+ {:label (i18n/label :t/on )
352+ :theme theme}]]]]))
Original file line number Diff line number Diff line change 7575 :accessibility-label title-accessibility-label}
7676 label]
7777 [quo/summary-info
78- {:type :token
79- :token-props {:token token-symbol
80- :label (str amount " " token-symbol)
81- :address (when token-address
82- (address-utils/get-shortened-compressed-key token-address))
83- :size 32 }
78+ {:type :token
79+ :token-props {:token token-symbol
80+ :label (str amount " " token-symbol)
81+ :address (when token-address
82+ (address-utils/get-shortened-compressed-key token-address))
83+ :size 32 }
8484 :networks-to-show (send-utils/network-values-for-ui network-values)}]]))
8585
8686(defn- pay-section
Original file line number Diff line number Diff line change 7373 network-values))))
7474
7575(re-frame/reg-sub
76- :wallet/send-selected-network
77- :<- [:wallet/wallet-send ]
78- (fn [{:keys [to-values-by-chain]}]
79- (let [network-name (-> to-values-by-chain
80- keys
81- first
82- network-utils/id->network)]
83- (if (= network-name :mainnet )
84- :ethereum
85- network-name))))
76+ :wallet/send-selected-network
77+ :<- [:wallet/wallet-send ]
78+ (fn [{:keys [to-values-by-chain]}]
79+ (let [network-name (-> to-values-by-chain
80+ keys
81+ first
82+ network-utils/id->network)]
83+ (if (= network-name :mainnet )
84+ :ethereum
85+ network-name))))
You can’t perform that action at this time.
0 commit comments