Skip to content

Commit

Permalink
Add ETHFI Uni Base CLM
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Sep 25, 2024
1 parent f6954dc commit 056824a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ export const tokens = {
ETHFI: {
name: 'ether.fi Governance Token',
symbol: 'ETHFI',
oracleId: 'ETHFI',
oracleId: 'baseETHFI',
address: '0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2',
chainId: 8453,
decimals: 18,
Expand Down
5 changes: 5 additions & 0 deletions src/api/stats/getAmmPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ const dexscreenerCoins: OraclePriceRequest[] = [
tokenAddress: '0x33bCa143d9b41322479E8d26072a00a352404721',
chainId: 'optimism',
},
{
oracleId: 'baseETHFI',
tokenAddress: '0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2',
chainId: 'base',
},
];

/**
Expand Down
12 changes: 12 additions & 0 deletions src/data/base/beefyCowVaults.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"address": "0xF768ca50Ce8654E7471934D87676A1E9EF59ae6E",
"lpAddress": "0xb4bfb4a8D7d7513903FF4363FD6Af071e23505F1",
"tokens": ["0x4200000000000000000000000000000000000006", "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2"],
"tokenOracleIds": ["WETH", "baseETHFI"],
"decimals": [18, 18],
"oracleId": "uniswap-cow-base-weth-ethfi",
"rewardPool": {
"address": "0x42A35Fc80c394C2aB0D7054f1781B3F15407E54E",
"oracleId": "uniswap-cow-base-weth-ethfi-rp"
}
},
{
"address": "0x4456949402A04848Ff33ba4BdaDEB6C4B0603435",
"lpAddress": "0x70aCDF2Ad0bf2402C957154f944c19Ef4e1cbAE1",
Expand Down

0 comments on commit 056824a

Please sign in to comment.