Skip to content

Commit

Permalink
Add KayenProtocol and minor fix (#10797)
Browse files Browse the repository at this point in the history
* add: AddKayenProtocol

* minor fix

---------

Co-authored-by: 0xDanielH <[email protected]>
  • Loading branch information
g1nt0ki and thisisdaniel333 authored Jun 27, 2024
1 parent 56215e1 commit 5779664
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 1 addition & 3 deletions projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const fixBalancesTokens = {
[ADDRESSES.optimism.WETH_1]: { coingeckoId: 'ethereum', decimals: 18 },
},
blast: {
'0x0000000000000000000000000000000000000001': { coingeckoId: 'ethereum', decimals: 18 },
'0xf7bc58b8d8f97adc129cfc4c9f45ce3c0e1d2692': { coingeckoId: "wrapped-bitcoin", decimals: 8 },
'0x9e0d7d79735e1c63333128149c7b616a0dc0bbdb': { coingeckoId: "weth", decimals: 18 }, //pirex eth
'0xde55b113a27cc0c5893caa6ee1c020b6b46650c0': { coingeckoId: "deus-finance-2", decimals: 18 }, // deus
Expand Down Expand Up @@ -160,9 +161,6 @@ const fixBalancesTokens = {
[ADDRESSES.taiko.WETH]: { coingeckoId: 'ethereum', decimals: 18 },
[ADDRESSES.taiko.USDC]: { coingeckoId: 'usd-coin', decimals: 6 },
},
blast: {
'0x0000000000000000000000000000000000000001': { coingeckoId: 'ethereum', decimals: 18 },
},
sei: {
'0x3894085ef7ff0f0aedf52e2a2704928d1ec074f1': { coingeckoId: 'usd-coin', decimals: 6 },
'0xb75d0b03c06a926e488e2659df1a861f860bd3d1': { coingeckoId: 'tether', decimals: 6 },
Expand Down
13 changes: 13 additions & 0 deletions projects/kayen/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { getUniTVL } = require("../helper/unknownTokens");
module.exports = {
misrepresentedTokens: true,
methodology:
"We count liquidity of all paris through Factory Contract and Pools (single tokens) seccions through Factory Contract.",
chz: {
tvl: getUniTVL({
factory: "0xE2918AA38088878546c1A18F2F9b1BC83297fdD3",
useDefaultCoreAssets: true,
fetchBalances: true,
}),
},
};

0 comments on commit 5779664

Please sign in to comment.