Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Jan 27, 2025
1 parent 87d5481 commit e597529
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Currency } from '@sushiswap/ui'
import React, { FC, useCallback, useMemo, useState } from 'react'
import { ConcentratedLiquidityPositionWithV3Pool } from 'src/lib/wagmi/hooks/positions/types'
import { Checker } from 'src/lib/wagmi/systems/Checker'
import { Chain, ChainId } from 'sushi/chain'
import { ChainId, EvmChain } from 'sushi/chain'
import {
SUSHISWAP_V3_POSTIION_MANAGER,
isSushiSwapV3ChainId,
Expand Down Expand Up @@ -253,7 +253,7 @@ export const ConcentratedLiquidityCollectAllWidget: FC<
<DialogHeader>
<DialogTitle>Claim V3 Fees</DialogTitle>
<DialogDescription>
On {Chain.from(chainId)?.name}
On {EvmChain.from(chainId)?.name}
</DialogDescription>
</DialogHeader>
<div className="flex flex-col gap-4">
Expand Down

0 comments on commit e597529

Please sign in to comment.