Skip to content

Commit

Permalink
fix: pool swap insert query
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Jun 28, 2024
1 parent 1b4a434 commit 715fc1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion queries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ INSERT INTO pool_swap(
token_out_address,
in_value,
out_value,
fee
fee,
contract_address
) VALUES($1, $2, $3, $4, $5, $6, $7, $8) ON CONFLICT DO NOTHING

--name: insert-pool-deposit
Expand Down

0 comments on commit 715fc1b

Please sign in to comment.