Skip to content

Commit

Permalink
Merge branch 'master' into feature/zklink-network
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
Doctor-Cyclone committed Apr 17, 2024
2 parents 06f388f + fa5c3d0 commit 3e903c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/features/common/constants/proxy-supported-blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3e903c7

Please sign in to comment.