Skip to content

Commit

Permalink
[to remove] enable ropsten for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yenda committed Jan 9, 2020
1 parent 3ed279e commit 30d40dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/status_im/node/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
:InstallationID installation-id
:MaxMessageDeliveryAttempts config/max-message-delivery-attempts
:MailServerConfirmations config/mailserver-confirmations-enabled?
:VerifyTransactionURL "https://mainnet.infura.io/v3/f315575765b14720b32382a61a89341a"
:VerifyTransactionChainID 1
:VerifyTransactionURL "https://ropsten.infura.io/v3/f315575765b14720b32382a61a89341a" #_"https://mainnet.infura.io/v3/f315575765b14720b32382a61a89341a"
:VerifyTransactionChainID 3 #_1
:DataSyncEnabled true
:PFSEnabled true}
:RequireTopics (get-topics current-network)
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/chat/input/input.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
[input-view {:single-line-input? single-line-input? :set-text set-text :state-text state-text}]
(when (and input-text-empty? mainnet?)
[stickers/button (= :stickers input-bottom-sheet)])
(when (and one-to-one-chat? input-text-empty? mainnet?)
(when (and one-to-one-chat? input-text-empty? #_mainnet?)
[extensions/button (= :extensions input-bottom-sheet)])
(when-not input-text-empty?
(if platform/desktop?
Expand Down

0 comments on commit 30d40dc

Please sign in to comment.