diff --git a/CHANGELOG.md b/CHANGELOG.md index a564fa5..a5210dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 1bbc64c..920190d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metadock", - "version": "4.5.0", + "version": "4.5.1", "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 33ff833..4cd8829 100644 --- a/src/common/constants/support.ts +++ b/src/common/constants/support.ts @@ -409,7 +409,7 @@ export const PHALCON_SUPPORT_LIST = [ supportSimulator: false }, { - pathname: 'linea-mainnet', + pathname: 'linea', chain: 'linea', supportSimulator: false }, @@ -750,7 +750,8 @@ export const DEBANK_SUPPORT_LIST = [ 'gnosis', 'moonriver', 'wemix', - 'nova.arbitrum' + 'nova.arbitrum', + 'era.zksync' ] export const APPROVAL_DIAGNOSIS_SUPPORT_LIST = [