File tree 8 files changed +11
-4
lines changed
8 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,4 @@ STICKERS_TEST_ENABLED=1
34
34
LOCAL_PAIRING_ENABLED = 1
35
35
TEST_STATEOFUS = 1
36
36
FAST_CREATE_COMMUNITY_ENABLED = 1
37
+ TEST_NETWORKS_ENABLED = 1
Original file line number Diff line number Diff line change @@ -33,3 +33,4 @@ TWO_MINUTES_SYNCING=1
33
33
STICKERS_TEST_ENABLED=1
34
34
LOCAL_PAIRING_ENABLED=1
35
35
FAST_CREATE_COMMUNITY_ENABLED=1
36
+ TEST_NETWORKS_ENABLED=1
Original file line number Diff line number Diff line change @@ -35,3 +35,4 @@ ENABLE_QUO_PREVIEW=1
35
35
STICKERS_TEST_ENABLED=1
36
36
LOCAL_PAIRING_ENABLED=1
37
37
FAST_CREATE_COMMUNITY_ENABLED=1
38
+ TEST_NETWORKS_ENABLED=1
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ COMMUNITIES_ENABLED=1
22
22
DATABASE_MANAGEMENT_ENABLED=1
23
23
DELETE_MESSAGE_ENABLED=1
24
24
FAST_CREATE_COMMUNITY_ENABLED=0
25
+ TEST_NETWORKS_ENABLED=0
Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ MAX_IMAGES_BATCH=1
20
20
DELETE_MESSAGE_ENABLED=1
21
21
COLLECTIBLES_ENABLED=1
22
22
FAST_CREATE_COMMUNITY_ENABLED=0
23
+ TEST_NETWORKS_ENABLED=0
Original file line number Diff line number Diff line change 169
169
170
170
(def community-accounts-selection-enabled? true )
171
171
(def fetch-messages-enabled? (enabled? (get-config :FETCH_MESSAGES_ENABLED " 1" )))
172
+ (def test-networks-enabled? (enabled? (get-config :TEST_NETWORKS_ENABLED " 0" )))
Original file line number Diff line number Diff line change 44
44
:networkId config/default-network-id
45
45
:currentNetwork config/default-network
46
46
:wakuV2LightClient false
47
- :previewPrivacy config/blank-preview?})))
47
+ :previewPrivacy config/blank-preview?
48
+ :testNetworksEnabled config/test-networks-enabled?})))
48
49
49
50
(defn strip-file-prefix
50
51
[path]
Original file line number Diff line number Diff line change 3
3
"_comment" : " Instead use: scripts/update-status-go.sh <rev>" ,
4
4
"owner" : " status-im" ,
5
5
"repo" : " status-go" ,
6
- "version" : " v0.177.0 " ,
7
- "commit-sha1" : " 894eb5758e8ff8f449312f92149f8698058d0fbb " ,
8
- "src-sha256" : " 1q0l7ndm6s4kai6zn86mka5fxk2hl60qhlhfy9wh9lrl6a62r15p "
6
+ "version" : " feature/allow-setting-testnetworksenabled-in-create-account " ,
7
+ "commit-sha1" : " 6a73aa62483d29716009cd4224c7428360765621 " ,
8
+ "src-sha256" : " 04nklkhpwwkag3si9dkmsq6f8rilg25pdf2yxvb2bfzpqn4y1xhq "
9
9
}
You can’t perform that action at this time.
0 commit comments