fix: price quotes update

This commit is contained in:
Mohamed Sohail 2024-08-12 17:18:18 +08:00
parent 715fc1b489
commit e9308bab2c
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -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