From 12eddf0bae3eb52aef989ac2fc9fb5a790e8228e Mon Sep 17 00:00:00 2001 From: 0xJordan Date: Fri, 15 Mar 2024 01:53:58 +0100 Subject: [PATCH] fix: use active network chain id instead of mainnet in transactions table --- src/components/TransactionsTable/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/TransactionsTable/index.tsx b/src/components/TransactionsTable/index.tsx index e52a69a2..25a71d0b 100644 --- a/src/components/TransactionsTable/index.tsx +++ b/src/components/TransactionsTable/index.tsx @@ -15,7 +15,6 @@ import useTheme from 'hooks/useTheme' import HoverInlineText from 'components/HoverInlineText' import { useActiveNetworkVersion } from 'state/application/hooks' import { OptimismNetworkInfo } from 'constants/networks' -import { ChainId } from '@uniswap/sdk-core' const Wrapper = styled(DarkGreyCard)` width: 100%; @@ -98,7 +97,7 @@ const DataRow = ({ transaction, color }: { transaction: Transaction; color?: str return ( - +