Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix: leave FACTORY_ADDRESS deprecated (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-toby authored Jan 4, 2024
1 parent 5c3c82d commit 766b59d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 766b59d

Please sign in to comment.