Skip to content

Commit

Permalink
add new view quoter address on base (Uniswap#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Apr 18, 2024
1 parent 0df0039 commit 387d222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const QUOTER_V2_ADDRESSES: AddressMap = {
export const NEW_QUOTER_V2_ADDRESSES: AddressMap = {
...constructSameAddressMap('0x5e55C9e631FAE526cd4B0526C4818D6e0a9eF0e3'),
[ChainId.POLYGON_MUMBAI]: '0x60e06b92bC94a665036C26feC5FF2A92E2d04c5f',
[ChainId.BASE]: '0xf0c802dcb0cf1c4f7b953756b49d940eed190221',
};

export const MIXED_ROUTE_QUOTER_V1_ADDRESSES: AddressMap = {
Expand Down

0 comments on commit 387d222

Please sign in to comment.