diff --git a/src/features/common/constants/proxy-supported-blockchain.ts b/src/features/common/constants/proxy-supported-blockchain.ts index fe0d0fc017..ae8d8c7ccf 100644 --- a/src/features/common/constants/proxy-supported-blockchain.ts +++ b/src/features/common/constants/proxy-supported-blockchain.ts @@ -27,7 +27,8 @@ export const proxySupportedBlockchains = [ BLOCKCHAIN_NAME.MERLIN, BLOCKCHAIN_NAME.ROOTSTOCK, BLOCKCHAIN_NAME.MODE, - BLOCKCHAIN_NAME.ZK_FAIR + BLOCKCHAIN_NAME.ZK_FAIR, + BLOCKCHAIN_NAME.ZETACHAIN // BLOCKCHAIN_NAME.OKE_X_CHAIN, // BLOCKCHAIN_NAME.GNOSIS, // BLOCKCHAIN_NAME.FUSE, diff --git a/src/features/cross-chain/calculation-manager/providers/common/constants/rubic-proxy-contract-address.ts b/src/features/cross-chain/calculation-manager/providers/common/constants/rubic-proxy-contract-address.ts index 44d862a116..5396b86a40 100644 --- a/src/features/cross-chain/calculation-manager/providers/common/constants/rubic-proxy-contract-address.ts +++ b/src/features/cross-chain/calculation-manager/providers/common/constants/rubic-proxy-contract-address.ts @@ -13,7 +13,8 @@ const ALTERNATIVE_ROUTER1_NETWORKS = [ BLOCKCHAIN_NAME.HORIZEN_EON, BLOCKCHAIN_NAME.MERLIN, BLOCKCHAIN_NAME.MODE, - BLOCKCHAIN_NAME.ZK_FAIR + BLOCKCHAIN_NAME.ZK_FAIR, + BLOCKCHAIN_NAME.ZETACHAIN ] as const; function isAlternativeRouter1Network(blockchain: BlockchainName): boolean {