From 2ec317e71de6291edbf5480a8628478dd2e38429 Mon Sep 17 00:00:00 2001 From: CryptJS13 Date: Thu, 16 Jan 2025 07:22:13 +0100 Subject: [PATCH] feat: Add ZKSync network for Harvest Finance TVL --- projects/harvest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/harvest.js b/projects/harvest.js index cbda622ef9..8110e29002 100644 --- a/projects/harvest.js +++ b/projects/harvest.js @@ -5,10 +5,10 @@ const { sumTokens2 } = require('./helper/unwrapLPs') const endpoint = "https://api.harvest.finance/vaults?key=41e90ced-d559-4433-b390-af424fdc76d6" const chains = { ethereum: 'eth', - // bsc: 'bsc', arbitrum: 'arbitrum', base: 'base', - polygon: 'matic' + polygon: 'matic', + zksync: 'zksync' } const tvl = async (api) => {