diff --git a/pages/snapshots/holders.tsx b/pages/snapshots/holders.tsx index f011a16..f97465f 100644 --- a/pages/snapshots/holders.tsx +++ b/pages/snapshots/holders.tsx @@ -30,6 +30,7 @@ const Holders: NextPage = () => { const [includeStaked, setIncludeStaked] = useState(true) const [includeListed, setIncludeListed] = useState(true) + const [includeInPool, setIncludeInPool] = useState(true) const [exportIndividualTokens, setExportIndividualTokens] = useState(false) const [isLoading, setIsLoading] = useState(false) @@ -83,6 +84,17 @@ const Holders: NextPage = () => { type="checkbox" /> +