Skip to content

Commit e151d35

Browse files
authored
Merge pull request #85 from de-snake/patch-12
feat: add savusd, pmusd convex yields
2 parents 3b94556 + 6ef47c4 commit e151d35

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

src/tokens/apy/avantprotocol/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ export const TOKENS: PartialRecord<NetworkType, { savUSD?: Address }> = {
66
Plasma: {
77
savUSD: "0xa29420057f3e3b9512d4786df135da1674bd74d4",
88
},
9+
Mainnet: {
10+
savUSD: "0xb8d89678e75a973e74698c976716308abb8a46a4",
11+
},
912
};
1013

1114
export const PROTOCOL = "avantprotocol";

src/tokens/apy/llama/constants.ts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ export const TOKENS: PartialRecord<
130130
symbol: "PT-DETH-29JAN2026",
131131
},
132132
"0x31454faa1daa04cacf59a6bd37681da9160d092a": {
133-
id: "4373bbc2-156d-4939-bde0-f8281bb28bee",
133+
id: "56494e41-dc61-4495-8639-52c100e96608",
134134
symbol: "wmooBalancerEthereumrETH-WETH",
135135
},
136136
"0x1a711a5bc48b5c1352c1882fa65dc14b5b9e829d": {
137-
id: "092e04ef-812a-41fd-9d28-b45c13b7d893",
137+
id: "af5d037e-a254-48e5-867e-c40b49a76716",
138138
symbol: "wmooBalancerEthereumosETH-WETH",
139139
},
140140
},
@@ -172,6 +172,18 @@ export const TOKENS: PartialRecord<
172172
id: "33c732f6-a78d-41da-af5b-ccd9fa5e52d5",
173173
symbol: "rsETH",
174174
},
175+
"0x199b9c20908590c6bbe4271c0cb3184e641dd0ba": {
176+
id: "e8c12d8a-83b2-4c28-abdd-f4a3d7c75e69",
177+
symbol: "stkcvxsavUSDUSDC",
178+
},
179+
"0x1774a6b4aba3b999461a1682f6776cac66dd1987": {
180+
id: "eb395019b-ecc9-430d-be47-617f13fa3975",
181+
symbol: "stkcvxpmcrvUSD",
182+
},
183+
"0xf4faf5d5cf017fe9792122d8f4972d06e144ceba": {
184+
id: "02ad75ab-b463-465f-a942-1c858ab4fd17",
185+
symbol: "stkcvxpmfrxUSD",
186+
},
175187
},
176188
BNB: {
177189
"0x32C830f5c34122C6afB8aE87ABA541B7900a2C5F": {

0 commit comments

Comments
 (0)