Skip to content

Commit

Permalink
sepolia hooks config (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Jan 16, 2025
1 parent 1455479 commit 18abe26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-ducks-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

sepolia hooks config
8 changes: 6 additions & 2 deletions config/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ export default <NetworkData>{
},
},
hooks: {
feeTakingHook: ['0x790ae803b6c0467c6a4cbdc6d6d712de34cfdb76'],
exitFeeHook: ['0x2aa9d4066dae16ef001765eff2ca8f41bde0b019'],
lotteryHook: ['0x2d8d157fd6cf773624d97808d77081ee45caa7d4'],
feeTakinghook: ['0xbb1761af481364a6bd7fdbdb8cfa23abd85f0263'],
exitFeeHook: ['0xea672a54f0aa38fc5f0a1a481467bebfe3c71046'],
stableSurgeHook: ['0x1adc55adb4caae71abb4c33f606493f4114d2091'],
veBALFeeDiscountHook: ['0xedb47231a12bdf64b8d951ded3351128f95b7e80'],
directionalFeeHook: ['0xd68372e85d8a14afa5fdb3d506bf765939aaf382'],
nftLiquidityPositionHook: ['0xd06dd26c7209cfe0752725f068299be69a7c9549'],
},
multicall: '0x25eef291876194aefad0d60dff89e268b90754bb',
multicall3: '0xca11bde05977b3631167028862be2a173976ca11',
Expand Down

0 comments on commit 18abe26

Please sign in to comment.