Skip to content

Commit

Permalink
refactor: reorder testnet list
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Oct 6, 2024
1 parent 131e0d7 commit dc4ae4f
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit dc4ae4f

Please sign in to comment.