From 766b59d1b506ad6c25f0efec8900b3a150299270 Mon Sep 17 00:00:00 2001 From: eddie <66155195+just-toby@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:17:30 -0500 Subject: [PATCH] fix: leave FACTORY_ADDRESS deprecated (#152) --- src/constants.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index 3acebd16c..a296cf416 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,11 @@ import { Percent } from '@uniswap/sdk-core' import JSBI from 'jsbi' +/** + * @deprecated use FACTORY_ADDRESS_MAP instead + */ +export const FACTORY_ADDRESS = '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f' + export const FACTORY_ADDRESS_MAP: { [chainId: number]: string } = { // Mainnet 1: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f',