diff --git a/CHANGELOG.md b/CHANGELOG.md index 3449bb6..0d2c72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v4.8.0 + +- [update] Update the domain for Phalcon Explorer +- [feat] Added support for zkSync on Blockscout +- [feat] Adapted to snowscan.xyz as a replacement for the previous snowtrace.io +- [fix] Fixed various bugs + ### v4.7.0 - [feat] Integration with Blockscout explorer diff --git a/README.md b/README.md index 08b6f65..af4132a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ For up to the minute news, follow our [Twitter](https://twitter.com/MetaDockTeam - arbiscan.io - cronoscan.com - moonscan.io -- snowtrace.io +- snowscan.xyz - optimistic.etherscan.io - nova.arbiscan.io - bttcscan.com diff --git a/manifest.config.ts b/manifest.config.ts index 67158c1..4687f74 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -38,7 +38,8 @@ export default defineManifest((env: ConfigEnv) => { '*://gnosisscan.io/*', '*://*.celoscan.io/*', '*://*.bttcscan.com/*', - '*://era.zksync.network/*' + '*://era.zksync.network/*', + '*://snowscan.xyz/*' ] : [''], js: ['src/content/index.all_frames.ts'], @@ -49,8 +50,7 @@ export default defineManifest((env: ConfigEnv) => { ? [ '*://explorer.btc.com/*', '*://*.opensea.io/*', - '*://*.tronscan.org/*', - '*://*.snowtrace.io/*' + '*://*.tronscan.org/*' ] : [''], js: ['src/content/index.ts'], diff --git a/package.json b/package.json index aeb8b18..a0e8cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metasuites", - "version": "4.7.0", + "version": "4.8.0", "repository": { "type": "git", "url": "https://github.com/blocksecteam/metasuites.git" diff --git a/src/common/components/BscModal/index.module.less b/src/common/components/BscModal/index.module.less index 5093f58..98680ad 100644 --- a/src/common/components/BscModal/index.module.less +++ b/src/common/components/BscModal/index.module.less @@ -7,7 +7,7 @@ font-size: 15px; padding-left: 20px; .justify-between; - .align-center; + .items-center; .closeIcon { padding: 20px; cursor: pointer; diff --git a/src/common/components/Cell/cell.tsx b/src/common/components/Cell/cell.tsx index 876ef08..9e00ab8 100644 --- a/src/common/components/Cell/cell.tsx +++ b/src/common/components/Cell/cell.tsx @@ -38,7 +38,7 @@ const Cell: FC = props => { style={style} onClick={onClick} > -
+
{icon && }
{title} diff --git a/src/common/components/DrawerSimulation/index.tsx b/src/common/components/DrawerSimulation/index.tsx index f9bbfbc..cb3cad6 100644 --- a/src/common/components/DrawerSimulation/index.tsx +++ b/src/common/components/DrawerSimulation/index.tsx @@ -34,7 +34,10 @@ import type { Arguments, SimulateTxParams } from '@common/api/types' -import { PHALCON_EXPLORER_DOMAIN } from '@common/config/uri' +import { + PHALCON_EXPLORER_DOMAIN, + PHALCON_FORK_DOMAIN +} from '@common/config/uri' import styles from './index.module.less' import type { @@ -321,7 +324,7 @@ const DrawerSimulation: FC = ({ width={isMobile() ? '100%' : 530} closable={false} title={ -
+
setVisible(false)} /> Simulator = ({ destroyOnClose extra={
{SLEUTH_SUPPORT_LIST.includes(chain) && ( - + + )}
{fundFlow?.nodes && (