4
4
IndexDebtIssuanceModuleV2Address_v2 ,
5
5
} from '@indexcoop/flash-mint-sdk'
6
6
7
- import { LegacyToken } from '@/app/legacy/types'
8
-
9
7
import {
10
8
BedIndex ,
11
9
Bitcoin2xFlexibleLeverageIndex ,
@@ -14,6 +12,7 @@ import {
14
12
GMI ,
15
13
GitcoinStakedETHIndex ,
16
14
LeveragedRethStakingYield ,
15
+ cdETI ,
17
16
dsETH ,
18
17
ic21 ,
19
18
} from './tokens/mainnet'
@@ -26,6 +25,8 @@ import {
26
25
Matic2xFlexibleLeverageIndexPolygon ,
27
26
} from './tokens/polygon'
28
27
28
+ import type { LegacyToken } from '@/app/legacy/types'
29
+
29
30
const DebtIssuanceModuleAddress = '0x39F024d621367C044BacE2bf0Fb15Fb3612eCB92'
30
31
const DebtIssuanceModuleV2PolygonAddress =
31
32
'0xf2dC2f456b98Af9A6bEEa072AF152a7b0EaA40C9'
@@ -35,6 +36,7 @@ export const Issuance: { [key: string]: string } = {
35
36
[ Bitcoin2xFlexibleLeverageIndex . symbol ] : DebtIssuanceModuleV2Address ,
36
37
[ Bitcoin2xFlexibleLeverageIndexPolygon . symbol ] :
37
38
DebtIssuanceModuleV2PolygonAddress ,
39
+ [ cdETI . symbol ] : IndexDebtIssuanceModuleV2Address_v2 ,
38
40
[ DATA . symbol ] : DebtIssuanceModuleAddress ,
39
41
[ dsETH . symbol ] : IndexDebtIssuanceModuleV2Address_v2 ,
40
42
[ Ethereum2xFlexibleLeverageIndex . symbol ] : DebtIssuanceModuleV2Address ,
@@ -63,6 +65,7 @@ export const LegacyTokenList: LegacyToken[] = [
63
65
...Ethereum2xFlexibleLeverageIndex ,
64
66
image : Ethereum2xFlexibleLeverageIndex . logoURI ,
65
67
} ,
68
+ { ...cdETI , image : cdETI . logoURI } ,
66
69
{ ...dsETH , image : dsETH . logoURI } ,
67
70
{ ...ic21 , image : ic21 . logoURI } ,
68
71
{ ...GitcoinStakedETHIndex , image : GitcoinStakedETHIndex . logoURI } ,
0 commit comments