Skip to content

Commit

Permalink
add OrderActionType to market indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Dec 15, 2023
1 parent ad3b95d commit ac08234
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/apibara/src/erc721_market.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import type { Postgres } from "https://esm.sh/@apibara/indexer/sink/postgres";
import type { Block, Starknet } from "https://esm.sh/@apibara/indexer/starknet";
import { formatUnits } from "https://esm.sh/viem";

import { marketplaceContractEvents, whitelistedContracts } from "./utils.ts";
import {
marketplaceContractEvents,
OrderActionType,
whitelistedContracts,
} from "./utils.ts";

//TODO Better path for contract addresses

Expand Down

0 comments on commit ac08234

Please sign in to comment.