Skip to content

Commit

Permalink
feat: Add ZKSync network for Harvest Finance TVL
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptJS13 committed Jan 16, 2025
1 parent a6ea929 commit 2ec317e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/harvest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 2ec317e

Please sign in to comment.