From ce6947c10b9e39ea6eb56c525efe7c86b0b4c20d Mon Sep 17 00:00:00 2001 From: eddie <66155195+just-toby@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:21:21 -0500 Subject: [PATCH] fix: leave FACTORY_ADDRESS deprecated --- 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',