Skip to content

Commit f36ff57

Browse files
committed
configs
1 parent f2d7b94 commit f36ff57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fearless/Common/Configs/ApplicationConfigs.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ extension ApplicationConfig: ApplicationConfigProtocol, XcmConfigProtocol {
143143
// MARK: - GitHub
144144

145145
var chainsSourceUrl: URL {
146-
// #if F_DEV
146+
#if F_DEV
147147
GitHubUrl.url(suffix: "chains/v11/chains_dev.json", branch: .developFree)
148-
// #else
149-
// GitHubUrl.url(suffix: "chains/v11/chains.json")
150-
// #endif
148+
#else
149+
GitHubUrl.url(suffix: "chains/v11/chains.json")
150+
#endif
151151
}
152152

153153
var chainTypesSourceUrl: URL {

0 commit comments

Comments
 (0)