Skip to content

Commit 1600bf2

Browse files
authored
Merge branch 'main' into siyujiang/route-885-allowlist-universal-hook
2 parents 2fcad72 + 3e1207f commit 1600bf2

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
@@ -171,6 +171,8 @@ export const FARSTR_HOOKS_ADDRESS_ON_BASE = '0xc3b8e77ac038aa260035a1911827086c3
171171

172172
// example pool: https://app.uniswap.org/explore/pools/unichain/0x03f7cea23a0c6f2bbbaca94eeaf292290d9a4950e3f806495683a9fb1a941faf
173173
export const UNIVERSAL_HOOK_ON_UNICHAIN = '0xcdfcab084b2d29025772141d3bf473bd9673aaa8'
174+
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x0c1b00338ecfc1f4894a309420c2d8d654e500036268dd251b99decc66bd2b51
175+
export const TOKEN_FLOW_TAX_HOOK_ON_MAINNET = '0x74803bd586fa5ce3a9ab38b49a7ca633af8700cc'
174176
// example pool: https://app.uniswap.org/explore/pools/base/0xe6b8b2f7320759927c826e663ba1a77eaf8156bad1422234d5282c17c5e8f637
175177
export const GPO_HOOKS = '0x6cabe2fd9fb60c5afcab7de732b0a224fc382eec'
176178

@@ -205,6 +207,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
205207
RING_FEW_WEETH_HOOK_ON_MAINNET,
206208
RING_FEW_WSTETH_HOOK_ON_MAINNET,
207209
MEME_STRATEGY_HOOK_ON_MAINNET,
210+
TOKEN_FLOW_TAX_HOOK_ON_MAINNET,
208211
],
209212
[ChainId.GOERLI]: [ADDRESS_ZERO],
210213
[ChainId.SEPOLIA]: [ADDRESS_ZERO, extraHooksAddressesOnSepolia, FEY_ON_SEPOLIA],

0 commit comments

Comments
 (0)