Skip to content

Commit

Permalink
configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsports committed Aug 14, 2024
1 parent f2d7b94 commit f36ff57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fearless/Common/Configs/ApplicationConfigs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ extension ApplicationConfig: ApplicationConfigProtocol, XcmConfigProtocol {
// MARK: - GitHub

var chainsSourceUrl: URL {
// #if F_DEV
#if F_DEV
GitHubUrl.url(suffix: "chains/v11/chains_dev.json", branch: .developFree)
// #else
// GitHubUrl.url(suffix: "chains/v11/chains.json")
// #endif
#else
GitHubUrl.url(suffix: "chains/v11/chains.json")
#endif
}

var chainTypesSourceUrl: URL {
Expand Down

0 comments on commit f36ff57

Please sign in to comment.