Skip to content

Commit

Permalink
Change block explorer dash
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianaaiym committed May 23, 2024
1 parent 9a33a4f commit c8b2ccf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ class DashAdapter: BitcoinBaseAdapter {
}

override var explorerTitle: String {
"dash.org"
"blockchair.com"
}

override func explorerUrl(transactionHash: String) -> String? {
"https://insight.dash.org/insight/tx/" + transactionHash
"https://https://blockchair.com/dash/transaction/" + transactionHash
}

override func explorerUrl(address: String) -> String? {
"https://insight.dash.org/insight/address/" + address
"https://blockchair.com/dash/address/" + address
}
}

Expand Down

0 comments on commit c8b2ccf

Please sign in to comment.