Skip to content

Commit

Permalink
Revert "udate starknet verssion in indexer"
Browse files Browse the repository at this point in the history
This reverts commit 73ef4ec.
  • Loading branch information
starknetdev committed Jan 16, 2025
1 parent db26fd7 commit 0fcfb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/katana/indexer/utils/events.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { hash } from "https://esm.sh/starknet@6.11.0";
import { hash } from "https://esm.sh/starknet@5.19.5";

import {
combineParsers,
Expand All @@ -8,8 +8,8 @@ import {
parseU128,
parseU16,
parseU256,
parseU32,
parseU64,
parseU32,
parseU8,
} from "./parser.ts";

Expand Down

0 comments on commit 0fcfb87

Please sign in to comment.