Skip to content

Commit

Permalink
pin version of
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Nov 11, 2023
1 parent bdc2842 commit 4723827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apibara/src/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type {
EventWithTransaction,
Starknet,
} from "https://esm.sh/@apibara/indexer/starknet";
import { hash, uint256 } from "https://esm.sh/starknet";
import { hash, uint256 } from "https://esm.sh/starknet@v5.19.5";
import { formatUnits } from "https://esm.sh/[email protected]";

function eventKey(name: string) {
Expand Down
2 changes: 1 addition & 1 deletion packages/apibara/src/erc721_transfers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
EventWithTransaction,
Starknet,
} from "https://esm.sh/@apibara/indexer/starknet";
import { uint256 } from "https://esm.sh/starknet";
import { uint256 } from "https://esm.sh/starknet@v5.19.5";

import { erc721ContractEvents } from "./utils.ts";

Expand Down
2 changes: 1 addition & 1 deletion packages/apibara/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { hash } from "https://esm.sh/starknet";
import { hash } from "https://esm.sh/starknet@v5.19.5";

export const whitelistedContracts = [
Deno.env.get("BEASTS_CONTRACT") as `0x${string}`,
Expand Down

0 comments on commit 4723827

Please sign in to comment.