mirror of
https://github.com/FlipsideCrypto/optimism-models.git
synced 2026-02-06 13:26:44 +00:00
add token filter (#364)
This commit is contained in:
parent
faf5383fbc
commit
d3c4177e96
@ -107,3 +107,5 @@ FROM
|
||||
ON l.token1 = c2.contract_address
|
||||
LEFT JOIN lp_token_pull lp
|
||||
ON l.tx_hash = lp.tx_hash
|
||||
WHERE
|
||||
borrowable2 <> lower('0xdf0157559D0eED9e5feC814084f159Ae35b9F3Bb') --likely some dev token
|
||||
Loading…
Reference in New Issue
Block a user