diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a6615..0603135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v4.6.0 + +- [feat] Added support for basescan in deth +- [chore] Changed the name of the extension from "MetaDock" to "MetaSuites" + ### v4.5.2 - [fix] Resolve the issue of incorrect redirection of Phalcon links @@ -56,7 +61,7 @@ ### v3.6.0 -- [feat] Improve MetaDock's Dedaub Support +- [feat] Improve MetaSuites's Dedaub Support - [build] Configure GitHub Actions for automated workflows - [fix] Fix evm.storage to only support Ethereum chain - [fix] Fix the issue of the supported website list becoming invalid in the settings diff --git a/README.md b/README.md index d1c85d0..94fa3ea 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# MetaDock Browser Extension +# MetaSuites Browser Extension -[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/fkhgpeojcbhimodmppkbbliepkpcgcoo?label=MetaDock&style=flat&logo=google)](https://chrome.google.com/webstore/detail/metadock/fkhgpeojcbhimodmppkbbliepkpcgcoo) [![Firefox Web Store](https://img.shields.io/chrome-web-store/stars/fkhgpeojcbhimodmppkbbliepkpcgcoo?label=MetaDock&style=flat&logo=firefox)](https://addons.mozilla.org/firefox/addon/metadock/) [![Safari Apple Store](https://img.shields.io/chrome-web-store/stars/fkhgpeojcbhimodmppkbbliepkpcgcoo?label=MetaDock&style=flat&logo=apple)](https://apps.apple.com/app/metadock/id6448738932?l=en&mt=12) [![Twitter Follow](https://img.shields.io/twitter/follow/MetaDockTeam?style=social)](https://twitter.com/MetaDockTeam) +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/fkhgpeojcbhimodmppkbbliepkpcgcoo?label=MetaSuites&style=flat&logo=google)](https://chrome.google.com/webstore/detail/metadock/fkhgpeojcbhimodmppkbbliepkpcgcoo) [![Firefox Web Store](https://img.shields.io/chrome-web-store/stars/fkhgpeojcbhimodmppkbbliepkpcgcoo?label=MetaSuites&style=flat&logo=firefox)](https://addons.mozilla.org/firefox/addon/metadock/) [![Safari Apple Store](https://img.shields.io/chrome-web-store/stars/fkhgpeojcbhimodmppkbbliepkpcgcoo?label=MetaSuites&style=flat&logo=apple)](https://apps.apple.com/app/metadock/id6448738932?l=en&mt=12) [![Twitter Follow](https://img.shields.io/twitter/follow/MetaDockTeam?style=social)](https://twitter.com/MetaDockTeam) -
+ -MetaDock is a powerful browser extension designed for the crypto community. It aims to deliver an enhanced user experience by seamlessly integrating various innovative features into the blockchain explorers. +MetaSuites is a powerful browser extension designed for the crypto community. It aims to deliver an enhanced user experience by seamlessly integrating various innovative features into the blockchain explorers. -MetaDock supports Google Chrome, Firefox and Safari. We recommend using the latest available browser version. +MetaSuites supports Google Chrome, Firefox and Safari. We recommend using the latest available browser version. -For up to the minute news, follow our [Twitter](https://twitter.com/MetaDockTeam) or [Medium](https://blocksecteam.medium.com/getting-started-with-metadock-5e3b3aeb64d4) pages. +For up to the minute news, follow our [Twitter](https://twitter.com/MetaDockTeam) or [Medium](https://blocksecteam.medium.com/getting-started-with-metasuites-5e3b3aeb64d4) pages. ## Building @@ -40,7 +40,7 @@ yarn build:prod yarn build-firefox:prod # safari yarn build-safari:prod -xcrun safari-web-extension-converter --macos-only /path/to/metadock/dist/safari-extension +xcrun safari-web-extension-converter --macos-only /path/to/metasuites/dist/safari-extension ``` - Optionally, you may run `yarn dev` to run dev mode. @@ -57,7 +57,7 @@ To build the extension for distribution, or to run it locally for testing purpos # step 1 yarn build-safari:prod # step 2 -xcrun safari-web-extension-converter --macos-only /path/to/metadock/dist/safari-extension +xcrun safari-web-extension-converter --macos-only /path/to/metasuites/dist/safari-extension ``` For more information on building and debugging Safari extensions, see the [official documentation](https://developer.apple.com/documentation/safariservices/safari_web_extensions/). diff --git a/build/safari.js b/build/safari.js index d9f38bc..03b7a5b 100644 --- a/build/safari.js +++ b/build/safari.js @@ -7,7 +7,7 @@ const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) function defineSafariManifestV2(manifestPath) { const manifest = JSON.parse(fs.readFileSync(manifestPath)) - manifest.name = 'MetaDock' + manifest.name = 'MetaSuites' manifest.manifest_version = 2 manifest.background = { page: 'background.html' diff --git a/manifest.config.ts b/manifest.config.ts index 2c0b529..67158c1 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -7,7 +7,7 @@ export default defineManifest((env: ConfigEnv) => { const isDev = env.mode === 'development' return { - name: "MetaDock - Builders' Swiss Army Knife", + name: "MetaSuites - Builders' Swiss Army Knife", description: 'Integrating 30+ popular Web3 and AI Tools, 300M+ Address Labels, and the Fund Flow Map into a single extension.', version: version, diff --git a/package.json b/package.json index 8269f2e..6b9c949 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "metadock", - "version": "4.5.2", + "name": "metasuites", + "version": "4.6.0", "repository": { "type": "git", - "url": "https://github.com/blocksecteam/metadock.git" + "url": "https://github.com/blocksecteam/metasuites.git" }, "engines": { "node": ">=18.12.0" diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png index 3a4f211..8930497 100644 Binary files a/src/assets/images/logo.png and b/src/assets/images/logo.png differ diff --git a/src/common/components/ComplianceRadarPlot/index.tsx b/src/common/components/ComplianceRadarPlot/index.tsx index 6917150..f592cf4 100644 --- a/src/common/components/ComplianceRadarPlot/index.tsx +++ b/src/common/components/ComplianceRadarPlot/index.tsx @@ -144,11 +144,11 @@ const ComplianceRadarPlot: FC