Skip to content

Commit

Permalink
feat: Adapt to the new template of Moonscan
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe37e committed Jan 10, 2024
1 parent 55f04a4 commit aad6096
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v4.4.0

- [feat] Adapt to the new template of Moonscan

### v4.3.0

- [feat] Integrated selected functionalities with Snowtrace.io
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": "metadock",
"version": "4.3.0",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "https://github.com/blocksecteam/metadock.git"
Expand Down
4 changes: 2 additions & 2 deletions src/common/config/allowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default {
'*://*.arbiscan.io/*',
'*://testnet.ftmscan.com/*',
'*://cronoscan.com/*',
'*://*.moonscan.io/*',
'*://*.basescan.org/*',
'*://*.lineascan.build/*',
'*://*.wemixscan.com/*',
Expand All @@ -29,7 +28,8 @@ export default {
'*://www.bscscan.com/*',
'*://testnet.bscscan.com/*',
'*://polygonscan.com/*',
'*://mumbai.polygonscan.com/*'
'*://mumbai.polygonscan.com/*',
'*://*.moonscan.io/*'
],
BTC_EXPLORER_MATCHES: ['*://explorer.btc.com/*'],
BLOCKSEC_MATCHES: ['*://*.blocksec.com/*'],
Expand Down

0 comments on commit aad6096

Please sign in to comment.