Skip to content

Commit 09baf32

Browse files
authored
Merge branch 'main' into new-hooks-routing
2 parents 1674393 + 3e1207f commit 09baf32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ export const AVAXSTRATEGIES_STATIC_FEE_HOOKS_ADDRESS_ON_AVAX = '0x3b48f794a1d67f
178178

179179
// example pool: https://app.uniswap.org/explore/pools/base/0x796b074977701c1156e7fc95d84dfa739963f2de33af8b61c2b7ad5b7018e0e9
180180
export const ARTACLE_INDEX_TOKEN_HOOK_ON_BASE = '0xd577f945b6025ce1e60ac1a82f2ee8ff3fb428c4'
181+
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x0c1b00338ecfc1f4894a309420c2d8d654e500036268dd251b99decc66bd2b51
182+
export const TOKEN_FLOW_TAX_HOOK_ON_MAINNET = '0x74803bd586fa5ce3a9ab38b49a7ca633af8700cc'
181183
// example pool: https://app.uniswap.org/explore/pools/base/0xe6b8b2f7320759927c826e663ba1a77eaf8156bad1422234d5282c17c5e8f637
182184
export const GPO_HOOKS = '0x6cabe2fd9fb60c5afcab7de732b0a224fc382eec'
183185

@@ -213,6 +215,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
213215
RING_FEW_WEETH_HOOK_ON_MAINNET,
214216
RING_FEW_WSTETH_HOOK_ON_MAINNET,
215217
MEME_STRATEGY_HOOK_ON_MAINNET,
218+
TOKEN_FLOW_TAX_HOOK_ON_MAINNET,
216219
],
217220
[ChainId.GOERLI]: [ADDRESS_ZERO],
218221
[ChainId.SEPOLIA]: [ADDRESS_ZERO, extraHooksAddressesOnSepolia, FEY_ON_SEPOLIA],

0 commit comments

Comments
 (0)