Skip to content

Commit

Permalink
chore(v3-sdk): annotate FACTORY_ADDRESS as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Jul 3, 2024
1 parent 44ce99e commit 4a782ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdks/v3-sdk/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { ChainId } from '@uniswap/sdk-core'

/**
* @deprecated use V3_CORE_FACTORY_ADDRESSES from sdk-core instead
*/
export const FACTORY_ADDRESS = '0x1F98431c8aD98523631AE4a59f267346ea31F984'

export const ADDRESS_ZERO = '0x0000000000000000000000000000000000000000'
Expand Down

0 comments on commit 4a782ab

Please sign in to comment.