Skip to content

Commit 3e1207f

Browse files
jsy1218Ponx
andauthored
feat: allowlist TokenFlowTaxHook (#1333)
Co-authored-by: Alex <alex.francisci@gmail.com>
1 parent aa189b5 commit 3e1207f

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
@@ -169,6 +169,8 @@ export const MEME_STRATEGY_HOOK_ON_MAINNET = '0x3ba779bad405d9b68a7a7a86ff6916c8
169169
// example pool: https://app.uniswap.org/explore/pools/base/0x6f104dafea59868dfee9883a56d666393633115c2fda5dca6da4aa6e39f18e2f
170170
export const FARSTR_HOOKS_ADDRESS_ON_BASE = '0xc3b8e77ac038aa260035a1911827086c34a9e844'
171171

172+
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x0c1b00338ecfc1f4894a309420c2d8d654e500036268dd251b99decc66bd2b51
173+
export const TOKEN_FLOW_TAX_HOOK_ON_MAINNET = '0x74803bd586fa5ce3a9ab38b49a7ca633af8700cc'
172174
// example pool: https://app.uniswap.org/explore/pools/base/0xe6b8b2f7320759927c826e663ba1a77eaf8156bad1422234d5282c17c5e8f637
173175
export const GPO_HOOKS = '0x6cabe2fd9fb60c5afcab7de732b0a224fc382eec'
174176

@@ -203,6 +205,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
203205
RING_FEW_WEETH_HOOK_ON_MAINNET,
204206
RING_FEW_WSTETH_HOOK_ON_MAINNET,
205207
MEME_STRATEGY_HOOK_ON_MAINNET,
208+
TOKEN_FLOW_TAX_HOOK_ON_MAINNET,
206209
],
207210
[ChainId.GOERLI]: [ADDRESS_ZERO],
208211
[ChainId.SEPOLIA]: [ADDRESS_ZERO, extraHooksAddressesOnSepolia, FEY_ON_SEPOLIA],

0 commit comments

Comments
 (0)