Skip to content

Commit

Permalink
utils v8
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsports committed Feb 13, 2024
1 parent 6cc04b2 commit c7148b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fearless/Common/Configs/ApplicationConfigs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ extension ApplicationConfig: ApplicationConfigProtocol, XcmConfigProtocol {

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

Expand Down

0 comments on commit c7148b9

Please sign in to comment.