Skip to content

Commit

Permalink
refactor: Remove v2 api url
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed Dec 29, 2024
1 parent ca2746b commit ee0f2cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/hooks/useMerkl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { useMasterchefV3 } from 'hooks/useContract'
import { isAddressEqual } from 'utils'
import { useCurrentBlockTimestamp as useBlockTimestamp } from 'state/block/hooks'

export const MERKL_API_V2 = 'https://api.angle.money/v2/merkl'
export const MERKL_API_V4 = 'https://api.merkl.xyz/v4'

export function useMerklInfo(poolAddress?: string): {
Expand Down

0 comments on commit ee0f2cb

Please sign in to comment.