Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions BDKSwiftExampleWallet/Utilities/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ struct Constants {
private static let blockstream = "https://blockstream.info/api"
private static let mempoolspace = "https://mempool.space/api"
static let allValues = [
blockstream,
mempoolspace,
blockstream,
]
}
struct Regtest {
Expand All @@ -35,12 +35,12 @@ struct Constants {
}
struct Testnet {
static let blockstream = "http://blockstream.info/testnet/api/"
static let kuutamo = "https://esplora.testnet.kuutamo.cloud"
//static let kuutamo = "https://esplora.testnet.kuutamo.cloud"
static let mempoolspace = "https://mempool.space/testnet/api/"
static let allValues = [
blockstream,
kuutamo,
mempoolspace,
blockstream,
//kuutamo,
]
}
}
Expand Down
Loading