Skip to content

Commit

Permalink
fix: Fix the issue where the solscan tx page does not correctly displ…
Browse files Browse the repository at this point in the history
…ay the Phalcon Explorer button
  • Loading branch information
0xbe37e committed Jun 27, 2024
1 parent 78d2187 commit 48d82b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v5.1.2

- [fix] Fix the issue where the solscan tx page does not correctly display the Phalcon Explorer button

### v5.1.1

- [style] Update the styles for the Phalcon shortcut link
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasuites",
"version": "5.1.1",
"version": "5.1.2",
"repository": {
"type": "git",
"url": "https://github.com/blocksecteam/metasuites.git"
Expand Down
2 changes: 1 addition & 1 deletion src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ browser.webRequest.onCompleted.addListener(
}
},
{
urls: ['https://api.solscan.io/v2/transaction-v2?tx=*']
urls: ['https://api-v2.solscan.io/v2/transaction/detail?tx=*']
}
)

Expand Down

0 comments on commit 48d82b4

Please sign in to comment.