Skip to content

Commit a1862bb

Browse files
committed
fix: display tokenPoolRawType instead of tokenPoolDisplay in TokenChainsTable
1 parent 0665edc commit a1862bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/CCIP/Tables/TokenChainsTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Address from "~/components/AddressReact.tsx"
22
import "./Table.css"
33
import { drawerContentStore, DrawerWidth, drawerWidthStore } from "../Drawer/drawerStore.ts"
4-
import { Environment, SupportedTokenConfig, tokenPoolDisplay, PoolType } from "~/config/data/ccip/index.ts"
4+
import { Environment, SupportedTokenConfig, PoolType } from "~/config/data/ccip/index.ts"
55
import { areAllLanesPaused } from "~/config/data/ccip/utils.ts"
66
import { ChainType, ExplorerInfo } from "~/config/types.ts"
77
import TableSearchInput from "./TableSearchInput.tsx"
@@ -140,7 +140,7 @@ function TokenChainsTable({ networks, token, lanes, environment }: TableProps) {
140140
endLength={4}
141141
/>
142142
</td>
143-
<td>{tokenPoolDisplay(network.tokenPoolType)}</td>
143+
<td>{network.tokenPoolRawType}</td>
144144
<td data-clipboard-type="token-pool">
145145
<Address
146146
contractUrl={getExplorerAddressUrl(

0 commit comments

Comments
 (0)