mirror of
https://github.com/FlipsideCrypto/avalanche-models.git
synced 2026-02-06 15:36:51 +00:00
add new asset naming (#327)
This commit is contained in:
parent
fcd678639a
commit
4d5e54fefc
@ -31,7 +31,10 @@ log_pull AS (
|
||||
ON l.contract_address = C.contract_address
|
||||
WHERE
|
||||
topics [0] :: STRING = '0x7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d'
|
||||
AND token_name LIKE '%Benqi %'
|
||||
AND (
|
||||
token_name LIKE '%Benqi %'
|
||||
or token_name LIKE '%BENQI %'
|
||||
)
|
||||
|
||||
{% if is_incremental() %}
|
||||
AND l.modified_timestamp >= (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user