Skip to content

Commit a2fc88b

Browse files
committed
Update url for Education json source
1 parent 60ee345 commit a2fc88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnstoppableWallet/UnstoppableWallet/Core/Providers/AppConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum AppConfig {
1919
static let mempoolSpaceUrl = "https://mempool.space"
2020
static let guidesIndexUrl = URL(string: "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/v1.2/index.json")!
2121
static let faqIndexUrl = URL(string: "https://raw.githubusercontent.com/horizontalsystems/unstoppable-wallet-website/master/src/faq.json")!
22-
static let eduIndexUrl = URL(string: "https://raw.githubusercontent.com/horizontalsystems/Unstoppable-Wallet-Website/master/src/edu.json")!
22+
static let eduIndexUrl = URL(string: "https://raw.githubusercontent.com/horizontalsystems/Unstoppable-Wallet-Website/refs/tags/v1.4/src/edu.json")!
2323
static let donationAddresses: [BlockchainType: String] = [
2424
.bitcoin: "bc1qxt5u5swx3sk6y2923whr4tvjreza43g37czv67",
2525
.bitcoinCash: "bitcoincash:qz6sy9fq66yvfl5mvpfv3v2nqw5pervvkc425nj9g0\n",

0 commit comments

Comments
 (0)