Skip to content

Commit

Permalink
Fixed candy city tvl
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Dec 26, 2022
1 parent db22a90 commit 2e1f657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion projects/candycity/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
methodology:
"Factory address (0x84343b84EEd78228CCFB65EAdEe7659F246023bf) is used to find the LP pairs. TVL is equal to the liquidity on the AMM and the candy tokens in the staking pools / vault / vesting contract / lock contract.",
cronos: {
tvl: sdk.util.sumChainTvls([chainTvl, fetchTvl]),
tvl: chainTvl,
staking: fetchTvl,
vesting: fetchVesting

Expand Down
2 changes: 0 additions & 2 deletions projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,6 @@
"KT1AFA2mwNUMNd4SsujE1YYp29vd8BZejyKW",
"KT1XTxpQvo7oRCqp85LikEZgAZ22uDxhbWJv",
"KT1A5P4ejnLix13jtadsfV9GCnXLMNnab8UT",
"KT1XPFjZqCULSnqfKaaYy8hJjeY63UNSGwXg",
"KT1BHCumksALJQJ8q8to2EPigPW6qpyTr7Ng",
"KT1LRboPna9yQY9BrjtQYDS1DVxhKESK4VVd",
"KT1REEb5VxWRjcHm5GzDMwErMmNFftsE5Gpf",
"KT1AEfeckNbdEYwaMKkytBwPJPycz7jdSGea",
Expand Down

0 comments on commit 2e1f657

Please sign in to comment.