Skip to content

Commit

Permalink
fix: price quotes update
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Aug 12, 2024
1 parent 715fc1b commit e9308ba
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 @@ -112,6 +112,6 @@ INSERT INTO pool_deposit(
INSERT INTO price_index_updates(
tx_id,
token,
exchange_rate.
exchange_rate,
contract_address
) VALUES($1, $2, $3, $4) ON CONFLICT DO NOTHING

0 comments on commit e9308ba

Please sign in to comment.