Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Oct 13, 2024
1 parent 13bf6ff commit be3bade
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/discover/claimModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { useAccount, useContractWrite } from "@starknet-react/core";
import { RewardsPerProtocol } from "../../types/backTypes";
import { getRewards } from "@services/apiService";
import { gweiToEth } from "@utils/feltService";
import { Call } from "../../types/frontTypes";

type RewardItem = {
appName: string;
Expand Down
2 changes: 1 addition & 1 deletion types/frontTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ type TaskType =

type networks = "MAINNET" | "TESTNET";

export type Call = {
type Call = {
contractAddress: string;
calldata: string[];
entrypoint: string;
Expand Down

0 comments on commit be3bade

Please sign in to comment.