Skip to content

Commit 9e9885e

Browse files
committed
Fix cfg
1 parent 0642872 commit 9e9885e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/utils/general.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ export const getNetworkName = () => {
142142
}
143143

144144
export const isMainnet = () => {
145-
return true
146-
// return getNetworkName() === "Mainnet" || isSelfhosted()
145+
return getNetworkName() === "Mainnet" || isSelfhosted()
147146
}
148147

149148
export const isMac = () => {

0 commit comments

Comments
 (0)