Skip to content

Commit dc4ae4f

Browse files
authored
refactor: reorder testnet list
1 parent 131e0d7 commit dc4ae4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BDKSwiftExampleWallet/Utilities/Constants.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ struct Constants {
1515
private static let blockstream = "https://blockstream.info/api"
1616
private static let mempoolspace = "https://mempool.space/api"
1717
static let allValues = [
18-
blockstream,
1918
mempoolspace,
19+
blockstream,
2020
]
2121
}
2222
struct Regtest {
@@ -35,12 +35,12 @@ struct Constants {
3535
}
3636
struct Testnet {
3737
static let blockstream = "http://blockstream.info/testnet/api/"
38-
static let kuutamo = "https://esplora.testnet.kuutamo.cloud"
38+
//static let kuutamo = "https://esplora.testnet.kuutamo.cloud"
3939
static let mempoolspace = "https://mempool.space/testnet/api/"
4040
static let allValues = [
41-
blockstream,
42-
kuutamo,
4341
mempoolspace,
42+
blockstream,
43+
//kuutamo,
4444
]
4545
}
4646
}

0 commit comments

Comments
 (0)