Skip to content

Commit

Permalink
Update explorer Bool test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezdot committed Jul 11, 2024
1 parent d852bb0 commit 44dfa17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ function getBlockExplorerAccountRoute (explorerLink: string) {
return 'account';
}

if (explorerLink.includes('boolscan')) {
return 'account';
if (explorerLink.includes('beta-testnet.boolscan')) {
return 'address';
}

return 'address';
Expand Down

0 comments on commit 44dfa17

Please sign in to comment.