Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into fixing-beta-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kafann committed Nov 11, 2024
2 parents dd7223c + 9671abc commit 72bf3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/PoolMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import { Allo } from "#/subgraph/.graphclient";
import { Button } from "./Button";
import { DisplayNumber } from "./DisplayNumber";
import { FormInput } from "./Forms";
import { Skeleton } from "./Skeleton";
import { TransactionModal, TransactionProps } from "./TransactionModal";
import { usePubSubContext } from "@/contexts/pubsub.context";
import { useContractWriteWithConfirmations } from "@/hooks/useContractWriteWithConfirmations";
import { useDisableButtons } from "@/hooks/useDisableButtons";
import { useHandleAllowance } from "@/hooks/useHandleAllowance";
import { alloABI } from "@/src/generated";
import { getTxMessage } from "@/utils/transactionMessages";
import { Skeleton } from "./Skeleton";

interface PoolMetricsProps {
poolAmount: number;
Expand Down

0 comments on commit 72bf3c3

Please sign in to comment.