Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe37e committed Nov 14, 2024
1 parent 515c5d4 commit 1a4f891
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v5.5.0

- [feat] Adapt to OKX Explorer
- [feat] Support Decompile in Dedaub on BSC

### v5.4.3

- [fix] Workaround for the issue with chrome.runtime.getURL introduced in Chrome 130 causing CSP rejecting script due to different origin (GUID instead of chrome extension id)
Expand Down
3 changes: 2 additions & 1 deletion manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export default defineManifest((env: ConfigEnv) => {
'*://explorer.solana.com/*',
'*://debank.com/*',
'*://platform.arkhamintelligence.com/*',
'*://explorer.jito.wtf/*'
'*://explorer.jito.wtf/*',
'*://*.oklink.com/*'
]
: ['<all_urls>'],
js: ['src/content/index.ts'],
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.4.3",
"version": "5.5.0",
"repository": {
"type": "git",
"url": "https://github.com/blocksecteam/metasuites.git"
Expand Down

0 comments on commit 1a4f891

Please sign in to comment.