Skip to content

Commit 229abdb

Browse files
committed
fix strategy name
1 parent a7ec543 commit 229abdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swapService/strategies/strategyIdleCDOTranche.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const PROTOCOL = { providerName: "Idle" }
5454
// Strategy uses a special SwapHandler contract, which deposits into IdleCDO tranches
5555
export class StrategyIdleCDOTranche {
5656
static name() {
57-
return "erc4626_wrapper"
57+
return "idle_cdo_tranche"
5858
}
5959
readonly match
6060
readonly config

0 commit comments

Comments
 (0)