Skip to content

Commit cd2059b

Browse files
authored
Merge branch 'Uniswap:main' into add-bunni-pool-list
2 parents e18dc2a + 64fe6ec commit cd2059b

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const GRADUATION_HOOKS_ADDRESS_ON_BASE = '0xc5a48b447f01e9ce3ede71e4c1c20
1717
export const TWAMM_HOOKS_ADDRESS_ON_BASE = '0xed1698C29928a6C44CddB0c75aB0E5D47eB72A80'
1818
export const COINBASE_VERIFIED_HOOKS_ADDRESS_ON_BASE = '0x5cd525c621AFCa515Bf58631D4733fbA7B72Aae4'
1919
export const BTC_ACC_ON_BASE = '0x704268ac7043aeef50f47b6a03ae68ccf808e044'
20-
export const MEV_TAX_TEST_IN_PROD_ON_UNICHAIN = '0xb9a17e66db950e00822c2b833d6bb304c9b86080'
2120

2221
// https://linear.app/uniswap/issue/ROUTE-580/allowlist-slippagefeehook-on-arbitrum
2322
// example pool: 0x582387e095a7fbcba58222b6f9f56cc3e6177d766d10dd0d96a70dab70f66be9
@@ -107,7 +106,6 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
107106
[ChainId.UNICHAIN_SEPOLIA]: [ADDRESS_ZERO],
108107
[ChainId.UNICHAIN]: [
109108
ADDRESS_ZERO,
110-
MEV_TAX_TEST_IN_PROD_ON_UNICHAIN,
111109
BUNNI_ON_UNICHAIN,
112110
RENZO_ON_UNICHAIN,
113111
AEGIS_ON_UNICHAIN,

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@uniswap/permit2-sdk": "^1.3.0",
8989
"@uniswap/router-sdk": "^2.0.2",
9090
"@uniswap/sdk-core": "^7.7.1",
91-
"@uniswap/smart-order-router": "4.22.10",
91+
"@uniswap/smart-order-router": "4.22.11",
9292
"@uniswap/smart-wallet-sdk": "^2.1.1",
9393
"@uniswap/token-lists": "^1.0.0-beta.33",
9494
"@uniswap/universal-router-sdk": "^4.19.5",

0 commit comments

Comments
 (0)