Skip to content

Commit

Permalink
fix: Add ZkSync chain support in Debank shortcut and resolve Lineasca…
Browse files Browse the repository at this point in the history
…n transaction link redirection bug
  • Loading branch information
0xbe37e committed Jan 12, 2024
1 parent d85fdd9 commit ebacac9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v4.5.1

- [feat] Add support for ZkSync chain in Debank shortcut
- [fix] Resolve bug in Lineascan transaction link redirection to Phalcon with incorrect path

### v4.5.0

- [feat] Adapt for zkSync Era network
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.5.0",
"version": "4.5.1",
"repository": {
"type": "git",
"url": "https://github.com/blocksecteam/metadock.git"
Expand Down
5 changes: 3 additions & 2 deletions src/common/constants/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export const PHALCON_SUPPORT_LIST = [
supportSimulator: false
},
{
pathname: 'linea-mainnet',
pathname: 'linea',
chain: 'linea',
supportSimulator: false
},
Expand Down Expand Up @@ -750,7 +750,8 @@ export const DEBANK_SUPPORT_LIST = [
'gnosis',
'moonriver',
'wemix',
'nova.arbitrum'
'nova.arbitrum',
'era.zksync'
]

export const APPROVAL_DIAGNOSIS_SUPPORT_LIST = [
Expand Down

0 comments on commit ebacac9

Please sign in to comment.