Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Dec 24, 2024
1 parent d8d94d9 commit eec2999
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 622 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"typecheck": "tsc"
},
"dependencies": {
"@ponder/core": "0.7.17",
"@ponder/core": "0.6.25",
"@types/node-cron": "^3.0.11",
"axios": "^1.6.8",
"hono": "^4.6.14",
"node-cron": "^3.0.3",
"viem": "^1.19.9"
"viem": "^2.21.57"
},
"devDependencies": {
"@types/node": "^20.10.0",
Expand Down
3 changes: 2 additions & 1 deletion ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand All @@ -21,6 +21,7 @@ declare module "@/generated" {
schema,
name
>;
export type ApiContext = Virtual.Drizzle<schema>;
export type IndexingFunctionArgs<name extends EventNames = EventNames> =
Virtual.IndexingFunctionArgs<config, schema, name>;
export type Schema = Virtual.Schema<schema>;
Expand Down
Loading

0 comments on commit eec2999

Please sign in to comment.