Skip to content

Commit

Permalink
feat: Adapt to MantleScan
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe37e committed Aug 28, 2024
1 parent 0485405 commit c63f4b1
Show file tree
Hide file tree
Showing 6 changed files with 339 additions and 31 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v5.4.0

- [feat] Adapt to MantleScan

### v5.3.0

- [test] Add new test cases to ensure the functionality of the code is thoroughly tested
Expand Down
3 changes: 2 additions & 1 deletion manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default defineManifest((env: ConfigEnv) => {
'*://*.celoscan.io/*',
'*://*.bttcscan.com/*',
'*://era.zksync.network/*',
'*://snowscan.xyz/*'
'*://snowscan.xyz/*',
'*://mantlescan.xyz/*'
]
: ['<all_urls>'],
js: ['src/content/index.all_frames.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.3.0",
"version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/blocksecteam/metasuites.git"
Expand Down
3 changes: 2 additions & 1 deletion src/common/config/allowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default {
'*://*.basescan.org/*',
'*://cronoscan.com/*',
'*://gnosisscan.io/*',
'*://*.arbiscan.io/*'
'*://*.arbiscan.io/*',
'*://mantlescan.xyz/*'
],
BTC_EXPLORER_MATCHES: ['*://*.btc.com/*'],
BLOCKSEC_MATCHES: ['*://*.blocksec.com/*'],
Expand Down
Loading

0 comments on commit c63f4b1

Please sign in to comment.