From b75575b8736efaac85a1b9c5a1b5c4a5677674e8 Mon Sep 17 00:00:00 2001 From: cong_wang Date: Fri, 16 Jun 2023 11:54:08 +0800 Subject: [PATCH] feat: Add support for viewing Fantom transactions on Phalcon --- CHANGELOG.md | 4 ++++ README.md | 1 + package.json | 2 +- src/common/constants/support.ts | 8 ++++---- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f945e2..442942e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v3.2.0 + +- [feat] Support for viewing Fantom transactions on Phalcon + ### v3.1.0 - [feat] Introduce evm.storage shortcut in the contract tab diff --git a/README.md b/README.md index e92d007..104797f 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Whenever you change dependencies (adding, removing, or updating, either in `pack - [x] Show nft marketplaces - [x] Show proxy upgrade log - [x] Show transaction summary +- [x] Show evm.storage shortcut - [ ] Show token marketplaces - [ ] Sandwich Attack Risk Detection diff --git a/package.json b/package.json index 05e4ad5..29e20f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metadock", - "version": "3.1.0", + "version": "3.2.0", "repository": { "type": "git", "url": "https://github.com/blocksecteam/metadock.git" diff --git a/src/common/constants/support.ts b/src/common/constants/support.ts index 1ac7b52..0deb7cc 100644 --- a/src/common/constants/support.ts +++ b/src/common/constants/support.ts @@ -147,11 +147,11 @@ export const PHALCON_SUPPORT_LIST: ToolsSupportWebsite[] = [ { pathname: 'optimism', chain: 'optimism' + }, + { + pathname: 'ftm', + chain: 'fantom' } - // { - // pathname: 'ftm', - // chain: 'fantom' - // } ] export const TRANSACTION_VIEWER_SUPPORT_LIST: ToolsSupportWebsite[] = [