Skip to content

Commit

Permalink
Fix handler
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Mar 23, 2024
1 parent a87d2c0 commit eef81ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapping/strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export { handleStrategyHarvest as handleHarvest } from "../harvest"
export { handleChargedFees } from "../vault-fees"
export {
handleStrategySetLpToken0ToNativePath as handleSetLpToken0ToNativePath,
handleStrategySetLpToken0ToNativePath as handleSetLpToken1ToNativePath,
handleStrategySetLpToken1ToNativePath as handleSetLpToken1ToNativePath,
} from "../strategy-config"

0 comments on commit eef81ff

Please sign in to comment.