Skip to content

Commit

Permalink
zkswap-v2 rename
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Nov 22, 2024
1 parent 559132f commit bee0f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const apy = async () => {
return {
pool: poolInfo.lpToken,
chain: CHAIN,
project: 'zkswap-finance',
project: 'zkswap-v2',
symbol: 'ZF',
tvlUsd: totalStakingTokenInPool,
apyBase: 0,
Expand Down Expand Up @@ -244,7 +244,7 @@ const apy = async () => {
const govPool = {
pool: ZF_GOV,
chain: CHAIN,
project: 'zkswap-finance',
project: 'zkswap-v2',
symbol: 'ZF',
tvlUsd: govTvl,
apyBase: unstakedAPY,
Expand Down Expand Up @@ -307,7 +307,7 @@ const apy = async () => {
return {
pool: pool.lpToken,
chain: CHAIN,
project: 'zkswap-finance',
project: 'zkswap-v2',
symbol: pairInfo.name,
tvlUsd: Number(zfFarmReservesUsd),
apyBase,
Expand Down

0 comments on commit bee0f64

Please sign in to comment.