Skip to content

Commit

Permalink
feat: Add support for viewing Fantom transactions on Phalcon
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe37e committed Jun 16, 2023
1 parent 9932daa commit b75575b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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": "3.1.0",
"version": "3.2.0",
"repository": {
"type": "git",
"url": "https://github.com/blocksecteam/metadock.git"
Expand Down
8 changes: 4 additions & 4 deletions src/common/constants/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
Expand Down

0 comments on commit b75575b

Please sign in to comment.