Skip to content

Commit

Permalink
use token for issuance module utils
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Oct 24, 2024
1 parent b17daf6 commit 9001163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/issuanceModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
HighYieldETHIndex,
RealWorldAssetIndex,
TheUSDCYieldIndex,
ic21,
} from '../constants/tokens'

export interface IssuanceModule {
Expand Down Expand Up @@ -57,7 +58,7 @@ export function getIssuanceModule(
case CoinDeskEthTrendIndex.symbol:
case DiversifiedStakedETHIndex.symbol:
case HighYieldETHIndex.symbol:
case 'ic21':
case ic21.symbol:
case IndexCoopBitcoin2xIndex.symbol:
case IndexCoopEthereum2xIndex.symbol:
case RealWorldAssetIndex.symbol:
Expand Down

0 comments on commit 9001163

Please sign in to comment.