File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
hddcoin-blockchain-gui/src Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ export default function Block() {
269
269
value : (
270
270
< Link
271
271
target = "_blank"
272
- href = { `https ://www.hddcoinexplorer.com/blockchain/puzzlehash/ ${ blockRecord . farmer_puzzle_hash } ` }
272
+ href = { `http ://explorer.hddcoin.org/search/?query= ${ blockRecord . farmer_puzzle_hash } ` }
273
273
>
274
274
{ currencyCode
275
275
? toBech32m (
@@ -285,7 +285,7 @@ export default function Block() {
285
285
value : (
286
286
< Link
287
287
target = "_blank"
288
- href = { `https ://www.hddcoinexplorer.com/blockchain/puzzlehash/ ${ blockRecord . pool_puzzle_hash } ` }
288
+ href = { `http ://explorer.hddcoin.org/search/?query= ${ blockRecord . pool_puzzle_hash } ` }
289
289
>
290
290
{ currencyCode
291
291
? toBech32m (
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export default function FarmLatestBlockChallenges() {
65
65
*Want to explore HDDcoin’s blocks further? Check out{ ' ' }
66
66
< Link
67
67
color = "primary"
68
- href = "https ://www.hddcoinexplorer.com /"
68
+ href = "http ://explorer.hddcoin.org /"
69
69
target = "_blank"
70
70
>
71
71
HDDcoin Explorer
Original file line number Diff line number Diff line change @@ -509,8 +509,9 @@ if (!handleSquirrelEvent()) {
509
509
} ,
510
510
] ;
511
511
512
- if ( process . platform === 'linux' || process . platform === 'win32' ) {
512
+ {
513
513
// Help menu (Windows, Linux)
514
+ // Added MacOS temporarily
514
515
template [ 4 ] . submenu . push (
515
516
{
516
517
type : 'separator' ,
You can’t perform that action at this time.
0 commit comments