Skip to content

Commit

Permalink
feat: scrvUSD/sUSDe token
Browse files Browse the repository at this point in the history
  • Loading branch information
essserrr committed Jan 14, 2025
1 parent 196039e commit 2d8f1f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/apy/llama/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ export const TOKENS: Record<
id: "5fd328af-4203-471b-bd16-1705c726d926",
symbol: "scrvUSD",
},
"0x72eD19788Bce2971A5ed6401662230ee57e254B7": {
id: "18d68b7b-1674-4616-b5a8-65bbfb3723cd",
symbol: "stkcvxllamathena",
},
// "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497": {
// id: "66985a81-9c51-46ca-9977-42b4fe7bc6df",
// symbol: "sUSDe",
Expand Down
6 changes: 6 additions & 0 deletions src/points/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ export const POINTS_INFO_BY_NETWORK: Record<NetworkType, Array<PointsInfo>> = {
REWARDS_BASE_INFO.pumpBTC(200n),
],
},

{
address: "0x72eD19788Bce2971A5ed6401662230ee57e254B7",
symbol: "stkcvxllamathena",
rewards: [REWARDS_BASE_INFO.ethena(30_00n)],
},
],
Arbitrum: [
{
Expand Down

0 comments on commit 2d8f1f8

Please sign in to comment.