Skip to content

Commit

Permalink
use single default view-only quoter deploy address (Uniswap#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Apr 18, 2024
1 parent ec8a750 commit 0df0039
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/util/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ export const QUOTER_V2_ADDRESSES: AddressMap = {
};

export const NEW_QUOTER_V2_ADDRESSES: AddressMap = {
...constructSameAddressMap('0x61fFE014bA17989E743c5F6cB21bF9697530B21e'),
...constructSameAddressMap('0x5e55C9e631FAE526cd4B0526C4818D6e0a9eF0e3'),
[ChainId.POLYGON_MUMBAI]: '0x60e06b92bC94a665036C26feC5FF2A92E2d04c5f',
[ChainId.SEPOLIA]: '0x6650ab818c0a7efa72fc1404a878fef1fec8e058',
[ChainId.MAINNET]: '0x5e55C9e631FAE526cd4B0526C4818D6e0a9eF0e3',
[ChainId.POLYGON]: '0x5e55c9e631fae526cd4b0526c4818d6e0a9ef0e3',
};

export const MIXED_ROUTE_QUOTER_V1_ADDRESSES: AddressMap = {
Expand Down

0 comments on commit 0df0039

Please sign in to comment.