diff --git a/build.zip b/build.zip new file mode 100644 index 0000000..9e71f1c Binary files /dev/null and b/build.zip differ diff --git a/src/views/Ido/components/GetCard.tsx b/src/views/Ido/components/GetCard.tsx index 5c6b3a2..bed3f5a 100644 --- a/src/views/Ido/components/GetCard.tsx +++ b/src/views/Ido/components/GetCard.tsx @@ -26,24 +26,6 @@ const FCard = styled.div` const ExchangeCard: React.FC = ({ price = 0, time = 0 }) => { const { t } = useTranslation() - // const account = useAccount() - // const lockTime = useLockTime() - // const [time, setTime] = useState(0) - // const userInfo = useUserInfo() - // const [price, setPrice] = useState(0) - // const init = async () => { - // const data = await lockTime() - // console.log(data) - // setTime(data) - // const info = await userInfo(account) - // console.log(info) - // setPrice(info) - // } - // useEffect(() => { - // if (account) { - // init() - // } - // }, [account]) const harvest = useHarvest() const getPrice = async () => { const res = await harvest()