Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed May 10, 2024
1 parent 27c6dad commit 436b254
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions projects/becoswap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
tvl: getUniTVL({
useDefaultCoreAssets: true,
factory: '0x58b54BCDF2aF8a70dD6433EB39b308148261bB49',
blacklistedTokens: ['0x551a5dcac57c66aa010940c2dcff5da9c53aa53b']
})
},
};
1 change: 1 addition & 0 deletions projects/chaintools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const COMPOUNDING_KEEPER_ADDRESS = "0x5648C24Ea7cFE703836924bF2080ceFa44A12cA8";
const { sumTokensExport } = require('../helper/unwrapLPs')

module.exports = {
deadFrom: '10-04-2024',
methodology: "Total balances of the Uniswap V3 Pool plus protocol/user controlled balances (in WETH+ETH and CTLS)",
ethereum: {
tvl: sumTokensExport({ owners: [YIELD_VAULT_ADDRESS,], tokens: [ADDRESSES.ethereum.WETH, ADDRESSES.null, ], }),
Expand Down
4 changes: 1 addition & 3 deletions projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1143,9 +1143,7 @@
"XSP": "0x36726235dadbdb4658d33e62a249dca7c4b2bc68"
},
"kardia": {
"WKAI": "0xaf984e23eaa3e7967f3c5e007fbe397d8566d23d",
"USDT": "0x551a5dcac57c66aa010940c2dcff5da9c53aa53b",
"KUSD_T": "0x92364ec610efa050d296f1eeb131f2139fb8810e"
"WKAI": "0xaf984e23eaa3e7967f3c5e007fbe397d8566d23d"
},
"empire": {
"USDC": "0xc61a71c75ed4742dcae74b8cac27a37d46fc6751"
Expand Down
1 change: 1 addition & 0 deletions projects/treasury/chaintools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const CTLS_ADDRESS = "0xE155F64B9aD8c81318c313196a60c72e72fD2cD1";
const { sumTokensExport } = require('../helper/unwrapLPs')

module.exports = {
deadFrom: '10-04-2024',
ethereum: {
tvl: sumTokensExport({ owners: [MULTISIG_ADDRESS,], tokens: [ADDRESSES.ethereum.WETH, ADDRESSES.null, ADDRESSES.ethereum.USDC,], }),
ownTokens: sumTokensExport({ owners: [MULTISIG_ADDRESS,], tokens: [CTLS_ADDRESS, ], }),
Expand Down

0 comments on commit 436b254

Please sign in to comment.