|
1 | | -import { AaveV3Ethereum, AaveV3EthereumLido } from '@bgd-labs/aave-address-book'; |
| 1 | +import { AaveV3Ethereum, AaveV3EthereumLido, AaveV3Plasma } from '@bgd-labs/aave-address-book'; |
2 | 2 |
|
3 | 3 | const getEthenaData = (assetAddress: string): number | undefined => |
4 | 4 | ETHENA_DATA_MAP.get(assetAddress); |
5 | 5 |
|
6 | 6 | const ETHENA_DATA_MAP: Map<string, number> = new Map([ |
7 | 7 | [AaveV3Ethereum.ASSETS.USDe.A_TOKEN, 5], |
8 | 8 | [AaveV3Ethereum.ASSETS.sUSDe.A_TOKEN, 5], |
| 9 | + [AaveV3Plasma.ASSETS.sUSDe.A_TOKEN, 5], |
| 10 | + [AaveV3Plasma.ASSETS.USDe.A_TOKEN, 5], |
9 | 11 | [AaveV3EthereumLido.ASSETS.sUSDe.A_TOKEN, 5], |
10 | 12 | [AaveV3Ethereum.ASSETS.GHO.V_TOKEN, 5], |
11 | 13 | [AaveV3EthereumLido.ASSETS.GHO.V_TOKEN, 5], |
| 14 | + |
12 | 15 | [AaveV3Ethereum.ASSETS.PT_eUSDE_29MAY2025.A_TOKEN, 2], |
13 | 16 | [AaveV3Ethereum.ASSETS.PT_eUSDE_14AUG2025.A_TOKEN, 2], |
14 | 17 | [AaveV3Ethereum.ASSETS.PT_USDe_31JUL2025.A_TOKEN, 2], |
|
0 commit comments