Skip to content

Commit

Permalink
Update url for Education json source
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Nov 22, 2024
1 parent 60ee345 commit a2fc88b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum AppConfig {
static let mempoolSpaceUrl = "https://mempool.space"
static let guidesIndexUrl = URL(string: "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/v1.2/index.json")!
static let faqIndexUrl = URL(string: "https://raw.githubusercontent.com/horizontalsystems/unstoppable-wallet-website/master/src/faq.json")!
static let eduIndexUrl = URL(string: "https://raw.githubusercontent.com/horizontalsystems/Unstoppable-Wallet-Website/master/src/edu.json")!
static let eduIndexUrl = URL(string: "https://raw.githubusercontent.com/horizontalsystems/Unstoppable-Wallet-Website/refs/tags/v1.4/src/edu.json")!
static let donationAddresses: [BlockchainType: String] = [
.bitcoin: "bc1qxt5u5swx3sk6y2923whr4tvjreza43g37czv67",
.bitcoinCash: "bitcoincash:qz6sy9fq66yvfl5mvpfv3v2nqw5pervvkc425nj9g0\n",
Expand Down

0 comments on commit a2fc88b

Please sign in to comment.