Commit 766b59d1 authored by eddie's avatar eddie Committed by GitHub

fix: leave FACTORY_ADDRESS deprecated (#152)

parent 5c3c82d2
import { Percent } from '@uniswap/sdk-core' import { Percent } from '@uniswap/sdk-core'
import JSBI from 'jsbi' import JSBI from 'jsbi'
/**
* @deprecated use FACTORY_ADDRESS_MAP instead
*/
export const FACTORY_ADDRESS = '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f'
export const FACTORY_ADDRESS_MAP: { [chainId: number]: string } = { export const FACTORY_ADDRESS_MAP: { [chainId: number]: string } = {
// Mainnet // Mainnet
1: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f', 1: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment