Skip to content

Commit 9a1e48e

Browse files
authored
chore: bump sor to 4.17.9 - base mixed quoter v1 address (#817)
* chore: bump sor to 4.17.9 - base mixed quoter v1 address * 4.17.9
1 parent 281de67 commit 9a1e48e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uniswap/smart-order-router",
3-
"version": "4.17.8",
3+
"version": "4.17.9",
44
"description": "Uniswap Smart Order Router",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

src/util/addresses.ts

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export const MIXED_ROUTE_QUOTER_V1_ADDRESSES: AddressMap = {
141141
CHAIN_TO_ADDRESSES_MAP[ChainId.MAINNET].mixedRouteQuoterV1Address,
142142
[ChainId.GOERLI]:
143143
CHAIN_TO_ADDRESSES_MAP[ChainId.GOERLI].mixedRouteQuoterV1Address,
144+
[ChainId.BASE]: '0xc7A3b85D43fF66AD98A895dE0EaE4b9e24C932D7',
144145
};
145146

146147
export const MIXED_ROUTE_QUOTER_V2_ADDRESSES: AddressMap = {

0 commit comments

Comments
 (0)