fix: pool swap insert query
This commit is contained in:
parent
1b4a43450f
commit
715fc1b489
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user