+
+ "{addressOrENSName}" is not an ETH address or ENS name.
+
+
+ >
+);
+
+export default React.memo(AddressOrENSNameNotFound);
diff --git a/src/components/Nonce.tsx b/src/components/Nonce.tsx
index f03eaad..2a59258 100644
--- a/src/components/Nonce.tsx
+++ b/src/components/Nonce.tsx
@@ -1,4 +1,5 @@
import React from "react";
+import { commify } from "@ethersproject/units";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faArrowUp } from "@fortawesome/free-solid-svg-icons/faArrowUp";
@@ -14,7 +15,7 @@ const Nonce: React.FC