fix: price quotes update
This commit is contained in:
parent
715fc1b489
commit
e9308bab2c
@ -112,6 +112,6 @@ INSERT INTO pool_deposit(
|
|||||||
INSERT INTO price_index_updates(
|
INSERT INTO price_index_updates(
|
||||||
tx_id,
|
tx_id,
|
||||||
token,
|
token,
|
||||||
exchange_rate.
|
exchange_rate,
|
||||||
contract_address
|
contract_address
|
||||||
) VALUES($1, $2, $3, $4) ON CONFLICT DO NOTHING
|
) VALUES($1, $2, $3, $4) ON CONFLICT DO NOTHING
|
||||||
|
Loading…
Reference in New Issue
Block a user