Skip to content

Commit

Permalink
chore: Remove unused ABI constant from Pro component
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 2, 2025
1 parent 68b4042 commit f4c756b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/web/src/components/Pro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ import useTransactionLifecycle from "src/hooks/useTransactionLifecycle";
import { useAccountStatus } from "src/store/non-persisted/useAccountStatus";
import { useAccountStore } from "src/store/persisted/useAccountStore";

const ABI = [
{
inputs: [{ internalType: "address", name: "owner", type: "address" }],
name: "balanceOf",
outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
stateMutability: "view",
type: "function"
}
];

const features = [
"Choose your app icon",
"Pro Badge on your profile",
Expand Down

0 comments on commit f4c756b

Please sign in to comment.