Skip to content

Commit

Permalink
store blocks as bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Jan 11, 2024
1 parent 85fc82d commit 12c8fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscriptionStore/postgres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function createPostgresSubscriptionStore(args: {
contract_name TEXT,
contract_address TEXT,
from_block BIGINT,
to_block BIGINT,
to_block TEXT,
indexed_to_block BIGINT,
indexed_to_log_index INTEGER
)
Expand Down

0 comments on commit 12c8fbd

Please sign in to comment.