Skip to content

Commit

Permalink
Updated Dash's 'txUrlExplorer' back to 'insight.dash.org' since
Browse files Browse the repository at this point in the history
'explorer.mydashwallet.org' has unreliable uptimes.
Updated Namecoin's 'txUrlExplorer' to 'nmc.tokenview.io' since
'nmc.tokenview.com' is having dns issues.
  • Loading branch information
greatwolf committed Sep 27, 2022
1 parent 21a39c6 commit 95fbe3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Background.js
Original file line number Diff line number Diff line change
Expand Up @@ -15122,7 +15122,7 @@ var _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator
[
"https://dash.atomicwallet.io",
],
txUrlExplorer: "https://explorer.mydashwallet.org/insight/tx/",
txUrlExplorer: "https://insight.dash.org/insight/tx/",
feeProfile:
{
MIN_FEE: 1e3,
Expand All @@ -15138,7 +15138,7 @@ var _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator
[
"https://nmc1.trezor.io",
],
txUrlExplorer: "https://nmc.tokenview.com/en/tx/",
txUrlExplorer: "https://nmc.tokenview.io/en/tx/",
feeProfile:
{
MIN_FEE: 1e5,
Expand Down

0 comments on commit 95fbe3f

Please sign in to comment.