Skip to content

Commit

Permalink
Update queries.ts (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere authored Oct 25, 2023
1 parent 06b6aa3 commit d372cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ export function getBlock(searchParams: URLSearchParams) {
}

export function getChain() {
return `SELECT DISTINCT chain FROM ${config.table}`;
return `SELECT DISTINCT chain FROM module_hashes`;
}

0 comments on commit d372cc1

Please sign in to comment.