Skip to content

Commit

Permalink
Add ALB, HIGHER, TALENT Uni Base CLMs
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Oct 31, 2024
1 parent 92a726a commit 84cb902
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/data/base/beefyCowVaults.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
[
{
"address": "0x0B16068baf4f3Ef9dd9e41FD8D5554AF08979118",
"lpAddress": "0xDC9bf303e72a5780C45d53fC12799164E5BA8271",
"tokens": ["0x1dd2d631c92b1aCdFCDd51A0F7145A50130050C4", "0x4200000000000000000000000000000000000006"],
"tokenOracleIds": ["ALB", "ETH"],
"decimals": [18, 18],
"oracleId": "uniswap-cow-alb-weth",
"rewardPool": {
"address": "0x0bf05FFCd6fdB5a370cF359d27322B372757E701",
"oracleId": "uniswap-cow-alb-weth-rp"
}
},
{
"address": "0x91d24E0afF23930fA2Df594fEea1EAa5c0632c95",
"lpAddress": "0xAfD8f9B89e2Af8246523573A369010DAF9489B12",
"tokens": ["0x4200000000000000000000000000000000000006", "0x9a33406165f562E16C3abD82fd1185482E01b49a"],
"tokenOracleIds": ["ETH", "TALENT"],
"decimals": [18, 18],
"oracleId": "uniswap-cow-weth-talent",
"rewardPool": {
"address": "0x554207181866888ac29c9220aC650ffBA85788D7",
"oracleId": "uniswap-cow-weth-talent-rp"
}
},
{
"address": "0x0f0BaE4deBc7eaD7dEB94175A844A9ECb883a92d",
"lpAddress": "0xCC28456d4Ff980CeE3457Ca809a257E52Cd9CDb0",
"tokens": ["0x0578d8A44db98B23BF096A382e016e29a5Ce0ffe", "0x4200000000000000000000000000000000000006"],
"tokenOracleIds": ["HIGHER", "ETH"],
"decimals": [18, 18],
"oracleId": "uniswap-cow-higher-weth",
"rewardPool": {
"address": "0xD964FF8Bb5390d11727d4899Ce5EE3bA760F9c26",
"oracleId": "uniswap-cow-higher-weth-rp"
}
},
{
"address": "0x97592bE85e7f4EeCfbF3DC55cb8E0A8C889B61BF",
"lpAddress": "0xB6b777577A05D85FFca7D9EBC7476Fb344B92445",
Expand Down
16 changes: 16 additions & 0 deletions src/utils/fetchConcentratedLiquidityTokenPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,22 @@ const tokens: Partial<Record<keyof typeof ChainId, ConcentratedLiquidityToken[]>
firstToken: 'SPEC',
secondToken: 'ETH',
},
{
type: 'UniV3',
oracleId: 'HIGHER',
decimalDelta: 1,
pool: '0xCC28456d4Ff980CeE3457Ca809a257E52Cd9CDb0',
firstToken: 'ETH',
secondToken: 'HIGHER',
},
{
type: 'UniV3',
oracleId: 'TALENT',
decimalDelta: 1,
pool: '0xAfD8f9B89e2Af8246523573A369010DAF9489B12',
firstToken: 'TALENT',
secondToken: 'ETH',
},
],
};

Expand Down

0 comments on commit 84cb902

Please sign in to comment.