diff --git a/src/components/Body/TransactionRequests.tsx b/src/components/Body/TransactionRequests.tsx index d7de61a..4eebe9e 100644 --- a/src/components/Body/TransactionRequests.tsx +++ b/src/components/Body/TransactionRequests.tsx @@ -26,6 +26,7 @@ import { import CopyToClipboard from "./CopyToClipboard"; import { TxnDataType } from "../../types"; import { useEffect } from "react"; +import { ethers } from "ethers"; export const slicedText = (txt: string) => { return txt.length > 6 @@ -43,6 +44,16 @@ const TD = ({ txt }: { txt: string }) => ( ); +const ValueTD = ({ txt }: { txt: string }) => ( +