Skip to content

Commit

Permalink
fix: pool index query
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Nov 12, 2024
1 parent d6a23c0 commit bba5be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ INSERT INTO tokens(
-- $1: contract_address
-- $2: pool_name
-- $3: pool_symbol
INSERT INTO tokens(
INSERT INTO pools(
contract_address,
pool_name,
pool_symbol
Expand Down

0 comments on commit bba5be8

Please sign in to comment.