From afef36375b629be36d70d58a26677ec3e5afb462 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 17 Mar 2024 17:42:11 +0300 Subject: [PATCH] Add option to include tokens in Infinity Pools for snapshots --- pages/snapshots/holders.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" /> +