Skip to content

Commit

Permalink
Merge pull request DefiLlama#5774 from devcexdex:main
Browse files Browse the repository at this point in the history
Added new CexDex protocol
  • Loading branch information
g1nt0ki authored Apr 3, 2023
2 parents 774a99a + 230f450 commit 507567c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/cexdex-stacking/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const { sumTokensExport } = require("../helper/unwrapLPs");

const token_USDC = "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f";
const token_USDT = "0xB44a9B6905aF7c801311e8F4E76932ee959c663C";
const masterchef = "0x451c3a3594aEB75EDcb13F132dc11D7d2972861A";

module.exports = {
kava: {
tvl: sumTokensExport({
owner: masterchef,
tokens: [token_USDC, token_USDT]
})
}
}

0 comments on commit 507567c

Please sign in to comment.